diff options
author | Nicholas Seckar <nseckar@gmail.com> | 2005-11-07 01:48:33 +0000 |
---|---|---|
committer | Nicholas Seckar <nseckar@gmail.com> | 2005-11-07 01:48:33 +0000 |
commit | 24064910d05d801eb77c5170aca2bbc2b3d11ccf (patch) | |
tree | 23dd4ddcb994ad920a9b5af03d4411cfc7107236 /activesupport/lib | |
parent | 8210f70c7cbc14a762b198f21814b96664b2c867 (diff) | |
download | rails-24064910d05d801eb77c5170aca2bbc2b3d11ccf.tar.gz rails-24064910d05d801eb77c5170aca2bbc2b3d11ccf.tar.bz2 rails-24064910d05d801eb77c5170aca2bbc2b3d11ccf.zip |
Fix broken tests caused by incomplete loading of active support.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2901 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/dependencies.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/dependencies.rb b/activesupport/lib/active_support/dependencies.rb index 152db5b189..26466097e8 100644 --- a/activesupport/lib/active_support/dependencies.rb +++ b/activesupport/lib/active_support/dependencies.rb @@ -1,4 +1,5 @@ require File.dirname(__FILE__) + '/module_attribute_accessors' +require File.dirname(__FILE__) + '/core_ext/load_error' module Dependencies #:nodoc: extend self |