From f1e34cc41de124cab5fa78f7c27483d4610074a7 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 1 Jan 2010 20:19:26 +0100 Subject: requires active_support/core_ext/array/extract_options in mem_cache_store.rb because it uses extract_options! --- activesupport/lib/active_support/cache/mem_cache_store.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support/cache/mem_cache_store.rb') 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 -- cgit v1.2.3