You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using active_interaction 1.2.4 with rails 4.1.4 causes the following deprecation 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.
This is caused by explicitly setting the locale in active_interaction (commenting out this line removes the warning).
The text was updated successfully, but these errors were encountered:
Using active_interaction 1.2.4 with rails 4.1.4 causes the following deprecation warning:
This is caused by explicitly setting the locale in active_interaction (commenting out this line removes the warning).
The text was updated successfully, but these errors were encountered: