lib/picky/bundle.rb in picky-4.17.1 vs lib/picky/bundle.rb in picky-4.18.0

- old
+ new

@@ -143,13 +143,13 @@ end end # If a key format is set, use it, else forward to the category. # - # TODO Removed optimisation: @key_format ||= @category.key_format + # TODO Remove optimisation? @category.key_format # def key_format - @category.key_format + @key_format ||= @category.key_format end # Path and partial filename of a specific subindex. # # Subindexes are: \ No newline at end of file