Method: Sequel::Model::Associations::OneToManyAssociationReflection#predicate_key

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

#predicate_keyObject Also known as: qualified_key

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



1066
1067
1068
# File 'lib/sequel/model/associations.rb', line 1066

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