Method: Sequel::Plugins::PgArrayAssociations::ManyToPgArrayAssociationReflection#associated_object_keys
- Defined in:
- lib/sequel/plugins/pg_array_associations.rb
#associated_object_keys ⇒ Object
The array column in the associated model containing foreign keys to the current model.
92 93 94 |
# File 'lib/sequel/plugins/pg_array_associations.rb', line 92 def associated_object_keys [self[:key]] end |