The gem takes the locale during activerecord model creation. If you change the locale in your rails app, any call to your model User.gender_choices will return the translations from the original locale. The gem should manage that, returning the choices with the current locale..
The gem takes the locale during activerecord model creation. If you change the locale in your rails app, any call to your model
User.gender_choiceswill return the translations from the original locale. The gem should manage that, returning the choices with the current locale..