replace(record)
private

No documentation available.

# File activerecord/lib/active_record/associations/singular_association.rb, line 62
        def replace(record)
          raise NotImplementedError, "Subclasses must implement a replace(record) method"
        end