Rails I18n validation deprecation warning

I just updated to rails 4.0.2 and I’m getting this warning:

[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.

Is there any security issue in setting it to false?

5 Answers
5

Leave a Comment