Method: Sequel::Model::Associations::ManyToManyAssociationReflection#separate_query_per_table?
- Defined in:
- lib/sequel/model/associations.rb
#separate_query_per_table? ⇒ Boolean
Whether a separate query should be used for the join table.
1420 1421 1422 |
# File 'lib/sequel/model/associations.rb', line 1420 def separate_query_per_table? self[:join_table_db] end |