Method: Sequel::Model::Associations::OneToManyAssociationReflection#remove_should_check_existing?

Defined in:
lib/sequel/model/associations.rb

#remove_should_check_existing?Boolean

The one_to_many association needs to check that an object to be removed already is associated.

Returns:

  • (Boolean)


1093
1094
1095
# File 'lib/sequel/model/associations.rb', line 1093

def remove_should_check_existing?
  true
end