diff options
author | Xavier Noria <fxn@hashref.com> | 2012-08-02 18:49:38 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2012-08-02 21:59:23 +0200 |
commit | 47396a9db8e632a5a570dc776e01368c5913097a (patch) | |
tree | e189366b914b491e20d0a5f95df46ac86746d9f6 /activesupport/lib/active_support/rails.rb | |
parent | 5ea6b0df9a36d033f21b52049426257a4637028d (diff) | |
download | rails-47396a9db8e632a5a570dc776e01368c5913097a.tar.gz rails-47396a9db8e632a5a570dc776e01368c5913097a.tar.bz2 rails-47396a9db8e632a5a570dc776e01368c5913097a.zip |
load active_support/dependencies/autoload in active_support/rails
Diffstat (limited to 'activesupport/lib/active_support/rails.rb')
-rw-r--r-- | activesupport/lib/active_support/rails.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/rails.rb b/activesupport/lib/active_support/rails.rb index 857780c80b..d6e701dc41 100644 --- a/activesupport/lib/active_support/rails.rb +++ b/activesupport/lib/active_support/rails.rb @@ -13,3 +13,6 @@ require 'active_support/core_ext/object/blank' # in? require 'active_support/core_ext/object/inclusion' + +# Rails own autoload, eager_load, etc. +require 'active_support/dependencies/autoload' |