Method: Sequel::Plugins::PgArrayAssociations::ManyToPgArrayAssociationReflection#predicate_key

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

#predicate_keyObject

The hash key to use for the eager loading predicate (left side of IN (1, 2, 3))



138
139
140
# File 'lib/sequel/plugins/pg_array_associations.rb', line 138

def predicate_key
  cached_fetch(:predicate_key){qualify_assoc(self[:key_column])}
end