aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-06-19 16:44:35 +0200
committerJosé Valim <jose.valim@gmail.com>2010-06-19 16:44:35 +0200
commit8db8c6f4ce3e8dd7f90553ab7866bf9991773b98 (patch)
tree38b7b95a5215266ec0836d4c4b0cc097b10280e5 /activesupport/lib/active_support.rb
parenta186431414de8a0f0db9f60254f421a3536cee12 (diff)
downloadrails-8db8c6f4ce3e8dd7f90553ab7866bf9991773b98.tar.gz
rails-8db8c6f4ce3e8dd7f90553ab7866bf9991773b98.tar.bz2
rails-8db8c6f4ce3e8dd7f90553ab7866bf9991773b98.zip
Add ActiveSupport::DescendantsTracker.
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index e34e46b4cf..f93b351655 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -51,6 +51,7 @@ module ActiveSupport
autoload :Concern
autoload :Configurable
autoload :Deprecation
+ autoload :DescendantsTracker
autoload :Gzip
autoload :Inflector
autoload :JSON