I am trying to run Phusion Passenger and this is the furthest I got. When it loads up on the website it comes up
require 'rails/all'... 0.550s Bundler.require... 1.510s [deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message. Application.initialize!... !> Error
Where do I put I18n.enforce_available_locales = false and will this solve my issue?