We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After run store_model_attributes tasks, rails server started to complain about this:
ActionView::Template::Error: can not load translations from config/locales/model_attributes.rb: expects it to return a hash, but does not
I fixed it by placing {} at the end of the file.
{}
The text was updated successfully, but these errors were encountered:
yeah ... it should not be loaded by rails ... needs to be in a different location :/
can you make a PR to either:
Sorry, something went wrong.
Done,
#170
No branches or pull requests
After run store_model_attributes tasks, rails server started to complain about this:
ActionView::Template::Error: can not load translations from config/locales/model_attributes.rb: expects it to return a hash, but does not
I fixed it by placing
{}
at the end of the file.The text was updated successfully, but these errors were encountered: