Actually set treshold values

This commit is contained in:
Godwin
2015-08-29 16:28:01 -07:00
parent d49e42c909
commit 63b4287ef3
4 changed files with 6 additions and 6 deletions
-2
View File
@@ -56,6 +56,4 @@ BikeBike::Application.configure do
#config.assets.precompile = false
Paypal.sandbox!
#Paypal.sandbox = false
config.i18n.language_threshold = 1
end
-2
View File
@@ -99,6 +99,4 @@ BikeBike::Application.configure do
}
config.action_mailer.raise_delivery_errors = true
config.action_mailer.perform_deliveries = true
config.i18n.language_threshold = 1
end
-2
View File
@@ -100,6 +100,4 @@ BikeBike::Application.configure do
}
config.action_mailer.raise_delivery_errors = true
config.action_mailer.perform_deliveries = true
config.i18n.language_threshold = 90
end