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

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

#eager_loading_use_associated_key?Boolean

many_to_many associations need to select a key in an associated table to eagerly load



1361
1362
1363
# File 'lib/sequel/model/associations.rb', line 1361

def eager_loading_use_associated_key?
  !separate_query_per_table?
end