class Sequel::Model::Associations::AssociationReflection

def remove_should_check_existing?

Whether to check that an object to be disassociated is already associated to this object, false by default.
def remove_should_check_existing?
  false
end