1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Require lazy_load_hooks.rb with the correct path.

This commit is contained in:
Carl Lerche 2010-09-14 10:40:05 -07:00
parent a427876606
commit 9362ef6e21

View file

@ -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