lib/picky/categories.rb in picky-3.2.0 vs lib/picky/categories.rb in picky-3.3.0
- old
+ new
@@ -7,11 +7,15 @@
delegate :each,
:first,
:map,
:to => :categories
- each_delegate :reindex,
+ each_delegate :cache,
+ :dump,
:each_category,
+ :empty,
+ :index,
+ :reindex,
:to => :categories
# A list of indexed categories.
#
def initialize options = {}
\ No newline at end of file