Method: Sequel::Plugins::PgArrayAssociations::PgArrayToManyAssociationReflection#predicate_key

Defined in:
lib/sequel/plugins/pg_array_associations.rb

#predicate_keyObject

A qualified version of the associated primary key.


255
256
257
# File 'lib/sequel/plugins/pg_array_associations.rb', line 255

def predicate_key
  cached_fetch(:predicate_key){qualify_assoc(primary_key)}
end