lib/cashier/adapters/cache_store.rb in cashier-0.4.0 vs lib/cashier/adapters/cache_store.rb in cashier-0.4.1

- old
+ new

@@ -40,6 +40,6 @@ def self.keys tags.inject([]) { |arry, tag| arry += Rails.cache.fetch(tag) }.compact end end end -end \ No newline at end of file +end