method
find_target
find_target()
private
Hide source
# File activerecord/lib/active_record/associations/has_one_through_association.rb, line 35 def find_target with_scope(construct_scope) { @reflection.klass.find(:first) } end