1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove config.threadsafe! from production env template

Closes #8232 [ci skip]
This commit is contained in:
Carlos Antonio da Silva 2012-11-16 09:44:58 -02:00
parent f73a05fb20
commit 2bad4d2842

View file

@ -65,9 +65,6 @@
# Set this to true and configure the email server for immediate delivery to raise delivery errors.
# config.action_mailer.raise_delivery_errors = false
# Enable threaded mode.
# config.threadsafe!
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation can not be found).
config.i18n.fallbacks = true