class ActiveRecord::DelegationRelationTest

Public Instance Methods

target() click to toggle source
# File activerecord/test/cases/relation/delegation_test.rb, line 53
def target
  Comment.all
end