aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-11-20 19:39:30 +0100
committerJosé Valim <jose.valim@gmail.com>2010-11-20 19:39:57 +0100
commit8d8062190ddd0452088f6ea917267ed993a70990 (patch)
tree31ef3c9fc4875be0eabe352c922c025893bb73a0 /activesupport
parent206e48e8b943981b5b9ffc1fe7a2150e2ac21427 (diff)
downloadrails-8d8062190ddd0452088f6ea917267ed993a70990.tar.gz
rails-8d8062190ddd0452088f6ea917267ed993a70990.tar.bz2
rails-8d8062190ddd0452088f6ea917267ed993a70990.zip
I18n is always loaded on boot by Active Model or Action Pack, so no need for supporting lazy hooks.
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/i18n.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/i18n.rb b/activesupport/lib/active_support/i18n.rb
index 4d33f597d9..00ea8813dd 100644
--- a/activesupport/lib/active_support/i18n.rb
+++ b/activesupport/lib/active_support/i18n.rb
@@ -7,4 +7,3 @@ rescue LoadError => e
end
I18n.load_path << "#{File.dirname(__FILE__)}/locale/en.yml"
-ActiveSupport.run_load_hooks(:i18n)