Sha256: f8f44b50c092de78c99a9cfe34d2d30f1f246b4795e44913d12e3e3db91b0d2d
Contents?: true
Size: 452 Bytes
Versions: 38
Compression:
Stored size: 452 Bytes
Contents
module Picky # # class Index forward :load, :analyze, :reindex, :to => :categories # Define how the results of this index are identified. # (Shown in the client, for example) # # Default is the name of the index. # def result_identifier result_identifier = nil result_identifier ? (@result_identifier = result_identifier) : (@result_identifier || @name) end end end
Version data entries
38 entries across 38 versions & 1 rubygems