find_target()
private

No documentation available.

# 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