Method: Sequel::Model::Associations::ManyToManyAssociationReflection#need_associated_primary_key?

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

#need_associated_primary_key?Boolean

Whether the associated object needs a primary key to be added/removed, true for many_to_many associations.

Returns:

  • (Boolean)


1383
1384
1385
# File 'lib/sequel/model/associations.rb', line 1383

def need_associated_primary_key?
  true
end