class ActiveRecord::Associations::HasManyThroughAssociation

def remove_records(existing_records, records, method)

def remove_records(existing_records, records, method)
  super
  delete_through_records(records)
end