From abae712213f663b447d49e9b06001cf51e3b5811 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 1 Jan 2010 21:22:20 +0100 Subject: fixes a couple of wrong requires --- activesupport/lib/active_support/cache/strategy/local_cache.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/cache/strategy') diff --git a/activesupport/lib/active_support/cache/strategy/local_cache.rb b/activesupport/lib/active_support/cache/strategy/local_cache.rb index 66df7ad7f9..86c7703c27 100644 --- a/activesupport/lib/active_support/cache/strategy/local_cache.rb +++ b/activesupport/lib/active_support/cache/strategy/local_cache.rb @@ -1,5 +1,5 @@ require 'active_support/core_ext/object/duplicable' -require 'active_support/inflector/methods active_support/core_ext/string/inflections' +require 'active_support/core_ext/string/inflections' module ActiveSupport module Cache -- cgit v1.2.3