Upgrade to rails 5.1.6.2

This commit is contained in:
John Lees-Miller
2019-03-17 10:09:15 +01:00
parent 170a219020
commit 323b7564ec
3 changed files with 42 additions and 42 deletions

View File

@ -78,7 +78,7 @@ Rails.application.configure do
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation cannot be found).
config.i18n.fallbacks = true
config.i18n.fallbacks = [I18n.default_locale]
# Send deprecation notices to registered listeners.
config.active_support.deprecation = :notify