Method: Sequel::Model::Associations::ManyToOneAssociationReflection#predicate_key

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

#predicate_keyObject

The expression to use on the left hand side of the IN lookup when eager loading



910
911
912
# File 'lib/sequel/model/associations.rb', line 910

def predicate_key
  cached_fetch(:predicate_key){qualified_primary_key}
end