lib/picky/query/combination.rb in picky-4.5.3 vs lib/picky/query/combination.rb in picky-4.5.4
- old
+ new
@@ -49,17 +49,9 @@
#
def identifier
@identifier ||= "#{bundle.identifier}:inverted:#{token.text}"
end
- # Note: Required for uniq!
- #
- # THINK Ok with category or is the bundle needed?
- #
- def hash
- [token, category].hash
- end
-
# Combines the category names with the original names.
# [
# [:title, 'Flarbl', :flarbl],
# [:category, 'Gnorf', :gnorf]
# ]
\ No newline at end of file