Method: Sequel::Model::Associations::AssociationReflection#eager_loader_key
- Defined in:
- lib/sequel/model/associations.rb
#eager_loader_key ⇒ Object
The key to use for the key hash when eager loading
341 342 343 |
# File 'lib/sequel/model/associations.rb', line 341 def eager_loader_key self[:eager_loader_key] end |