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