From 91f9d5e6afe3e6e173f002ef3c3d8fc5411afe66 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Tue, 10 Nov 2015 10:57:39 +0100 Subject: [PATCH] removes unique language for production env --- config/environments/production.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 5e4698336..941ac300e 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -78,6 +78,4 @@ Rails.application.configure do # Do not dump schema after migrations. config.active_record.dump_schema_after_migration = false - - config.i18n.available_locales = [:es] end