lib/picky/index_indexed.rb in picky-4.12.1 vs lib/picky/index_indexed.rb in picky-4.12.2

- old
+ new

@@ -2,14 +2,14 @@ # # class Index - delegate :load, - :analyze, - :reindex, - :possible_combinations, - :to => :categories + forward :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. \ No newline at end of file