From 8d8062190ddd0452088f6ea917267ed993a70990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 20 Nov 2010 19:39:30 +0100 Subject: I18n is always loaded on boot by Active Model or Action Pack, so no need for supporting lazy hooks. --- activesupport/lib/active_support/i18n.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/lib/active_support/i18n.rb') 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) -- cgit v1.2.3