# File lib/active_record/associations/has_one_through_association.rb, line 9
      def replace(new_value)
        create_through_record(new_value)
        @target = new_value
      end