method
find_target
v2.3.8 -
Show latest stable
- Class:
ActiveRecord::Associations::HasOneThroughAssociation
find_target()private
No documentation available.
# File activerecord/lib/active_record/associations/has_one_through_association.rb, line 28
def find_target
super.first
end