Method: Sequel::Plugins::PgArrayAssociations::PgArrayToManyAssociationReflection#eager_graph_limit_strategy
- Defined in:
- lib/sequel/plugins/pg_array_associations.rb
#eager_graph_limit_strategy(_) ⇒ Object
Always use the ruby eager_graph limit strategy if association is limited.
223 224 225 |
# File 'lib/sequel/plugins/pg_array_associations.rb', line 223 def eager_graph_limit_strategy(_) :ruby if self[:limit] end |