Method: Sequel::Model::Associations::EagerGraphLoader#type_map
- Defined in:
- lib/sequel/model/associations.rb
#type_map ⇒ Object (readonly)
Hash with table alias symbol keys and true/false values, where true means the association represented by the table alias uses an array of values instead of a single value (i.e. true => *_many, false => *_to_one).
3039 3040 3041 |
# File 'lib/sequel/model/associations.rb', line 3039 def type_map @type_map end |