Method: Sequel::Model::Associations::OneToManyAssociationReflection#associated_object_keys
- Defined in:
- lib/sequel/model/associations.rb
permalink #associated_object_keys ⇒ Object
The keys in the associated model’s table related to this association
1032 1033 1034 |
# File 'lib/sequel/model/associations.rb', line 1032 def associated_object_keys self[:keys] end |