aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/autoload.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-10-13 23:32:32 -0500
committerJoshua Peek <josh@joshpeek.com>2009-10-13 23:32:32 -0500
commit7ec947d59c1bc3e9772788b757fe70f51b0ffd9b (patch)
tree7cf490a36de551ad1200ba8d6f5758043b785096 /activesupport/lib/active_support/autoload.rb
parent7b169ed1bb424929e332e998a75cdb4635c26f62 (diff)
downloadrails-7ec947d59c1bc3e9772788b757fe70f51b0ffd9b.tar.gz
rails-7ec947d59c1bc3e9772788b757fe70f51b0ffd9b.tar.bz2
rails-7ec947d59c1bc3e9772788b757fe70f51b0ffd9b.zip
Refactor AS concern to avoid hacking the "include" method.
Ruby Magic!
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'