diff --git a/environment.rb b/environment.rb index 6a0d711a..80c979e5 100644 --- a/environment.rb +++ b/environment.rb @@ -163,3 +163,5 @@ gandi_opts[:env] = :test # unless ENV['RACK_ENV'] == 'production' $gandi = Gandi::Session.new $config['gandi_api_key'], gandi_opts $image_optim = ImageOptim.new pngout: false, svgo: false + +Money.locale_backend = nil