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:
parent
a427876606
commit
9362ef6e21
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue