diff options
-rw-r--r-- | activesupport/lib/active_support/cache/compressed_mem_cache_store.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/cache/compressed_mem_cache_store.rb b/activesupport/lib/active_support/cache/compressed_mem_cache_store.rb index 3f1f9ad179..9470ac9f66 100644 --- a/activesupport/lib/active_support/cache/compressed_mem_cache_store.rb +++ b/activesupport/lib/active_support/cache/compressed_mem_cache_store.rb @@ -1,5 +1,3 @@ -require "active_support/cache/mem_cache_store" - module ActiveSupport module Cache class CompressedMemCacheStore < MemCacheStore |