Skip to content

Instantly share code, notes, and snippets.

@shu0115
Created December 4, 2013 05:13
Show Gist options
  • Save shu0115/7782682 to your computer and use it in GitHub Desktop.
Save shu0115/7782682 to your computer and use it in GitHub Desktop.
Rails 4.0.2 [deprecated] I18n.enforce_available_locales〜 ref: http://qiita.com/shu_0115/items/1cf6220758a9c64c7adf
I18n.enforce_available_locales = true
[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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment