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