I have this on line 56 in my environment.rb: I18n.load_path += Dir[ File.join(RAILS_ROOT, 'lib', 'locale', '*.{rb,yml}') ]
I can run the app just fine, but when I try to run: script/generate migration
I get this error: environment.rb:56: uninitialized constant I18n (NameError)
What gives?