Module: CaChing::Index

Extended by:
ActiveSupport::Concern
Defined in:
lib/ca_ching/index.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

VALID_OPTIONS =
[:order, :ttl, :limit]

Instance Method Summary collapse

Instance Method Details

#indexed_fieldsObject



22
23
24
# File 'lib/ca_ching/index.rb', line 22

def indexed_fields
  self.class.indexed_fields
end