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
AuthorizedUser table column translations are in lib/constants.rb. For e-loader package management, some data translations are in the model, but the column translations are in config/locales/en.yml. On production deployment we had an issue with getting to authorized users because in rails 5, autoload_paths didn't load lib/ anymore even though we had it configured in config/application.rb. c4846aa fixed the issue for now. We should consider moving the column translations somewhere else.
The text was updated successfully, but these errors were encountered:
AuthorizedUser table column translations are in
lib/constants.rb
. For e-loader package management, some data translations are in the model, but the column translations are inconfig/locales/en.yml
. On production deployment we had an issue with getting to authorized users because in rails 5, autoload_paths didn't loadlib/
anymore even though we had it configured inconfig/application.rb
. c4846aa fixed the issue for now. We should consider moving the column translations somewhere else.The text was updated successfully, but these errors were encountered: