method
remove_records
v6.1.3.1 -
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 106
def remove_records(existing_records, records, method)
super
delete_through_records(records)
end