Method: Sequel::Model::Associations::ManyToManyAssociationReflection#right_primary_keys

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

#right_primary_keysObject

The primary key columns to use in the associated table (always array).



1398
1399
1400
# File 'lib/sequel/model/associations.rb', line 1398

def right_primary_keys
  cached_fetch(:right_primary_keys){Array(right_primary_key)}
end