Method: Sequel::Model::Associations::ManyToOneAssociationReflection#dataset_need_primary_key?

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

#dataset_need_primary_key?Boolean

Whether the dataset needs a primary key to function, false for many_to_one associations.

Returns:

  • (Boolean)
[View source]

866
867
868
# File 'lib/sequel/model/associations.rb', line 866

def dataset_need_primary_key?
  false
end