lib/picky/categories.rb in picky-4.27.0 vs lib/picky/categories.rb in picky-4.27.1
- old
+ new
@@ -28,10 +28,10 @@
# Clears both the array of categories and the hash of categories.
#
def clear_categories
@categories = []
- @category_hash = {}
+ @category_hash = Hash.new
end
# Updates the qualifier ("qualifier:searchterm") mapping.
#
# Example:
\ No newline at end of file