Method: Sequel::Model::Associations::ManyToOneAssociationReflection#eager_graph_limit_strategy
- Defined in:
- lib/sequel/model/associations.rb
#eager_graph_limit_strategy(_) ⇒ Object
many_to_one associations don’t need an eager_graph limit strategy
883 884 885 |
# File 'lib/sequel/model/associations.rb', line 883 def eager_graph_limit_strategy(_) nil end |