aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-06-12 19:52:44 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-06-12 19:52:44 -0500
commit048ac3604cd46479002eaf7b1bb32770289580fc (patch)
tree977433a1018915474f625eb0bffc12bf9ffab2ca /activesupport
parent6573f6a4bc1c2ebd26e0b4b3ef9fe1cde3219354 (diff)
downloadrails-048ac3604cd46479002eaf7b1bb32770289580fc.tar.gz
rails-048ac3604cd46479002eaf7b1bb32770289580fc.tar.bz2
rails-048ac3604cd46479002eaf7b1bb32770289580fc.zip
Revert "Ensure MemCacheStore is required when using CompressedMemCacheStore since they are lazy load now."
This reverts commit dd4181f47dc0f166eb5d3e47a4a0dc1594cc5669.
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/cache/compressed_mem_cache_store.rb2
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