Method: Sequel::Model::Associations::EagerGraphLoader#dependency_map
- Defined in:
- lib/sequel/model/associations.rb
#dependency_map ⇒ Object (readonly)
Recursive hash with table alias symbol keys mapping to hashes with dependent table alias symbol keys.
3761 3762 3763 |
# File 'lib/sequel/model/associations.rb', line 3761 def dependency_map @dependency_map end |