method
replace
v4.2.7 -
Show latest stable
- Class:
ActiveRecord::Associations::SingularAssociation
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