lib/tml/cache_adapters/rails.rb in tml-rails-4.3.12 vs lib/tml/cache_adapters/rails.rb in tml-rails-4.4.1
- old
+ new
@@ -92,6 +92,7 @@
def clear(opts = {})
info('Cache clear')
rescue Exception => ex
warn("Failed to clear cache: #{ex.message}")
end
+
end