aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-08-02 18:49:38 +0200
committerXavier Noria <fxn@hashref.com>2012-08-02 21:59:23 +0200
commit47396a9db8e632a5a570dc776e01368c5913097a (patch)
treee189366b914b491e20d0a5f95df46ac86746d9f6 /activesupport/lib
parent5ea6b0df9a36d033f21b52049426257a4637028d (diff)
downloadrails-47396a9db8e632a5a570dc776e01368c5913097a.tar.gz
rails-47396a9db8e632a5a570dc776e01368c5913097a.tar.bz2
rails-47396a9db8e632a5a570dc776e01368c5913097a.zip
load active_support/dependencies/autoload in active_support/rails
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/rails.rb3
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'