lib/picky/categories.rb in picky-4.12.13 vs lib/picky/categories.rb in picky-4.13.0

- old
+ new

@@ -51,10 +51,10 @@ # Add the given category to the list of categories. # def << category reset_qualifier_mapper # TODO Have an add method on QualifierMapper? - categories << category unless categories.include? category # This is wrong, and needs to be handled in index.rb + categories << category unless categories.include? category # TODO This is wrong, and needs to be handled in index.rb category_hash[category.name] = category end # Find a given category in the categories. # \ No newline at end of file