aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-12-22 09:35:22 +0100
committerJosé Valim <jose.valim@gmail.com>2011-12-22 09:35:22 +0100
commitfa5adfb1e884bf21a7071ade634a820e37ac4db4 (patch)
tree46f8ff88edb62bed653215fe1ba6e8d635d5c0bb /activesupport/lib/active_support.rb
parent432c3661512389986349a1f4ba2b92362117cc30 (diff)
downloadrails-fa5adfb1e884bf21a7071ade634a820e37ac4db4.tar.gz
rails-fa5adfb1e884bf21a7071ade634a820e37ac4db4.tar.bz2
rails-fa5adfb1e884bf21a7071ade634a820e37ac4db4.zip
Update activesupport/lib/active_support.rb
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index 896d0e5f65..9fdc7a3b83 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -43,6 +43,7 @@ require "active_support/logger"
module ActiveSupport
extend ActiveSupport::Autoload
+ autoload :Concern
autoload :DescendantsTracker
autoload :FileUpdateChecker
autoload :LogSubscriber
@@ -56,7 +57,6 @@ module ActiveSupport
autoload :Benchmarkable
autoload :Cache
autoload :Callbacks
- autoload :Concern
autoload :Configurable
autoload :Deprecation
autoload :Gzip