Method: Sequel::Model::Associations::AssociationReflection#predicate_keys

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

#predicate_keysObject

The keys to use for loading of the regular dataset, as an array.



477
478
479
# File 'lib/sequel/model/associations.rb', line 477

def predicate_keys
  cached_fetch(:predicate_keys){Array(predicate_key)}
end