Method: Sequel::Model::Associations::OneToManyAssociationReflection#primary_key

Defined in:
lib/sequel/model/associations.rb

#primary_keyObject

The column in the current table that the key in the associated table references.



1072
1073
1074
# File 'lib/sequel/model/associations.rb', line 1072

def primary_key
  self[:primary_key]
end