aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/mem_cache_store.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-01-01 20:19:26 +0100
committerJeremy Kemper <jeremy@bitsweat.net>2010-01-01 14:28:55 -0800
commitf1e34cc41de124cab5fa78f7c27483d4610074a7 (patch)
treef154b6a2ed6f47e6517fd8d803d8607842fa549f /activesupport/lib/active_support/cache/mem_cache_store.rb
parent7f7f5d619a6e0988359ac18de33d6f6e49b42838 (diff)
downloadrails-f1e34cc41de124cab5fa78f7c27483d4610074a7.tar.gz
rails-f1e34cc41de124cab5fa78f7c27483d4610074a7.tar.bz2
rails-f1e34cc41de124cab5fa78f7c27483d4610074a7.zip
requires active_support/core_ext/array/extract_options in mem_cache_store.rb because it uses extract_options!
Diffstat (limited to 'activesupport/lib/active_support/cache/mem_cache_store.rb')
-rw-r--r--activesupport/lib/active_support/cache/mem_cache_store.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/cache/mem_cache_store.rb b/activesupport/lib/active_support/cache/mem_cache_store.rb
index 1b6b820ca4..d584c9e254 100644
--- a/activesupport/lib/active_support/cache/mem_cache_store.rb
+++ b/activesupport/lib/active_support/cache/mem_cache_store.rb
@@ -1,4 +1,5 @@
require 'memcache'
+require 'active_support/core_ext/array/extract_options'
module ActiveSupport
module Cache