Method: Sequel::Model::Associations::ManyToOneAssociationReflection#filter_by_associations_limit_strategy
- Defined in:
- lib/sequel/model/associations.rb
permalink #filter_by_associations_limit_strategy ⇒ Object
many_to_one associations don’t need a filter by associations limit strategy
893 894 895 |
# File 'lib/sequel/model/associations.rb', line 893 def filter_by_associations_limit_strategy nil end |