From 699d2146fc71c9abfe15f1cc0fa0a9a8bfc0f2f3 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 28 Mar 2009 23:37:56 -0700 Subject: Explicit class attribute accessor, benchmark, and NameError extension dependencies --- activesupport/lib/active_support/cache.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'activesupport/lib/active_support/cache.rb') diff --git a/activesupport/lib/active_support/cache.rb b/activesupport/lib/active_support/cache.rb index 83174d3a85..a048427d5b 100644 --- a/activesupport/lib/active_support/cache.rb +++ b/activesupport/lib/active_support/cache.rb @@ -1,4 +1,7 @@ require 'benchmark' +require 'active_support/core_ext/benchmark' +require 'active_support/core_ext/exception' +require 'active_support/core_ext/class/attribute_accessors' module ActiveSupport # See ActiveSupport::Cache::Store for documentation. -- cgit v1.2.3