From 9362ef6e21e44341a5ef9d85ece468f407357ceb Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 14 Sep 2010 10:40:05 -0700 Subject: Require lazy_load_hooks.rb with the correct path. --- activesupport/lib/active_support/i18n.rb | 2 +- 1 file changed, 1 insertion(+), 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 4dd9e826e4..4d33f597d9 100644 --- a/activesupport/lib/active_support/i18n.rb +++ b/activesupport/lib/active_support/i18n.rb @@ -1,6 +1,6 @@ begin require 'i18n' - require 'lazy_load_hooks' + require 'active_support/lazy_load_hooks' rescue LoadError => e $stderr.puts "You don't have i18n installed in your application. Please add it to your Gemfile and run bundle install" raise e -- cgit v1.2.3