method
remove_keys
v4.2.9 -
Show latest stable
- Class:
ActiveRecord::Associations::BelongsToAssociation
remove_keys()private
No documentation available.
# File activerecord/lib/active_record/associations/belongs_to_association.rb, line 86
def remove_keys
owner[reflection.foreign_key] = nil
end