Method: Sequel::Model::Associations::EagerGraphLoader#primary_keys
- Defined in:
- lib/sequel/model/associations.rb
#primary_keys ⇒ Object (readonly)
Hash with table alias symbol keys and primary key symbol values (or arrays of primary key symbols for composite key tables)
3020 3021 3022 |
# File 'lib/sequel/model/associations.rb', line 3020 def primary_keys @primary_keys end |