Explicit class attribute accessor, benchmark, and NameError extension dependencies

This commit is contained in:
Jeremy Kemper 2009-03-28 23:37:56 -07:00
parent 1321b37212
commit 699d2146fc
1 changed files with 3 additions and 0 deletions

View File

@ -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.