Pump rails version, fix tests

This commit is contained in:
Alex Sherman 2020-01-29 14:51:00 +05:00
parent 1a59487724
commit af57711dc0
13 changed files with 110 additions and 61 deletions

View file

@ -66,7 +66,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 = [I18n.default_locale]
config.i18n.fallbacks = true
# Send deprecation notices to registered listeners.
config.active_support.deprecation = :notify