aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/autoload.rb
diff options
context:
space:
mode:
authorEmilio Tagua <miloops@gmail.com>2009-10-14 09:50:23 -0300
committerEmilio Tagua <miloops@gmail.com>2009-10-14 09:50:23 -0300
commit5da109d1050b9d9c95526332b9cdb603e53c05e1 (patch)
treebb52d9b8b16f548e316358d33583c6b610762e60 /activesupport/lib/active_support/autoload.rb
parent06ad817f92e70449fb796af1b0d7cb42a1bac8f0 (diff)
parent7ec947d59c1bc3e9772788b757fe70f51b0ffd9b (diff)
downloadrails-5da109d1050b9d9c95526332b9cdb603e53c05e1.tar.gz
rails-5da109d1050b9d9c95526332b9cdb603e53c05e1.tar.bz2
rails-5da109d1050b9d9c95526332b9cdb603e53c05e1.zip
Merge commit 'rails/master'
Diffstat (limited to 'activesupport/lib/active_support/autoload.rb')
-rw-r--r--activesupport/lib/active_support/autoload.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/autoload.rb b/activesupport/lib/active_support/autoload.rb
index 71f4b395ce..47a17687bf 100644
--- a/activesupport/lib/active_support/autoload.rb
+++ b/activesupport/lib/active_support/autoload.rb
@@ -7,7 +7,6 @@ module ActiveSupport
autoload :Callbacks, 'active_support/callbacks'
autoload :Concern, 'active_support/concern'
autoload :ConcurrentHash, 'active_support/concurrent_hash'
- autoload :DependencyModule, 'active_support/dependency_module'
autoload :DeprecatedCallbacks, 'active_support/deprecated_callbacks'
autoload :Deprecation, 'active_support/deprecation'
autoload :Gzip, 'active_support/gzip'