method
remove_records
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::Associations::HasManyThroughAssociation
remove_records(existing_records, records, method)private
No documentation available.
# File activerecord/lib/active_record/associations/has_many_through_association.rb, line 107
def remove_records(existing_records, records, method)
super
delete_through_records(records)
end