Method: Sequel::Model::Associations::ManyToOneAssociationReflection#eager_limit_strategy
- Defined in:
- lib/sequel/model/associations.rb
#eager_limit_strategy ⇒ Object
many_to_one associations don’t need an eager limit strategy
888 889 890 |
# File 'lib/sequel/model/associations.rb', line 888 def eager_limit_strategy nil end |