Sha256: 05364a01932cc2a5bc2be5fb4f8e12bbf397576a7ba37e665fc4849212a1cd7e
Contents?: true
Size: 493 Bytes
Versions: 57
Compression:
Stored size: 493 Bytes
Contents
module Picky # # class Index delegate :load, :analyze, :reindex, :possible_combinations, :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
57 entries across 57 versions & 1 rubygems