LoginSignup
15
15

More than 5 years have passed since last update.

Rails 4.0.2 [deprecated] I18n.enforce_available_locales〜

Last updated at Posted at 2013-12-04

deprecatedメッセージ

[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.

参考リンク

対処

config/application.rb
    I18n.enforce_available_locales = true
15
15
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
15