Method: Sequel::Plugins::ManyThroughMany::ManyThroughManyAssociationReflection#separate_query_per_table?
- Defined in:
- lib/sequel/plugins/many_through_many.rb
#separate_query_per_table? ⇒ Boolean
Whether a separate query should be used for each join table.
127 128 129 |
# File 'lib/sequel/plugins/many_through_many.rb', line 127 def separate_query_per_table? self[:separate_query_per_table] end |