aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-06-20 13:26:42 +0200
committerJosé Valim <jose.valim@gmail.com>2010-06-20 13:26:42 +0200
commit71703c98ba2bf65a6fed94917b039827cb63bace (patch)
tree186380d706185edae8b801f48354cec6ab0dd08e /activesupport/lib/active_support.rb
parent9e081caee74e6d08035a8835899dcc566536a871 (diff)
downloadrails-71703c98ba2bf65a6fed94917b039827cb63bace.tar.gz
rails-71703c98ba2bf65a6fed94917b039827cb63bace.tar.bz2
rails-71703c98ba2bf65a6fed94917b039827cb63bace.zip
Add ActiveSupport::FileUpdateChecker.
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index f93b351655..3ce5476bbd 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -39,6 +39,9 @@ require "active_support/dependencies/autoload"
module ActiveSupport
extend ActiveSupport::Autoload
+ autoload :DescendantsTracker
+ autoload :FileUpdateChecker
+
# TODO: Narrow this list down
eager_autoload do
autoload :BacktraceCleaner
@@ -51,7 +54,6 @@ module ActiveSupport
autoload :Concern
autoload :Configurable
autoload :Deprecation
- autoload :DescendantsTracker
autoload :Gzip
autoload :Inflector
autoload :JSON