aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-04-22 16:41:06 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-04-22 16:42:14 -0700
commitf5d720fb96f2e085acc4ed17f63272c4d38e567e (patch)
tree01d83252d6fe6f090668a860a7f22912c657a600 /activesupport/lib/active_support.rb
parentab321268f86d9013cbd4ecd0b5f46e7b05ec55a9 (diff)
downloadrails-f5d720fb96f2e085acc4ed17f63272c4d38e567e.tar.gz
rails-f5d720fb96f2e085acc4ed17f63272c4d38e567e.tar.bz2
rails-f5d720fb96f2e085acc4ed17f63272c4d38e567e.zip
Opt in to Dependencies
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index 84bf372163..f240cbf5e4 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -51,7 +51,6 @@ module ActiveSupport
end
require 'active_support/vendor'
-require 'active_support/dependencies'
require 'active_support/json'
I18n.load_path << "#{File.dirname(__FILE__)}/active_support/locale/en.yml"