Method: Sequel::Plugins::PgArrayAssociations::PgArrayToManyAssociationReflection#eager_limit_strategy
- Defined in:
- lib/sequel/plugins/pg_array_associations.rb
permalink #eager_limit_strategy ⇒ Object
Always use the ruby eager limit strategy
228 229 230 231 232 |
# File 'lib/sequel/plugins/pg_array_associations.rb', line 228 def eager_limit_strategy cached_fetch(:_eager_limit_strategy) do :ruby if self[:limit] end end |