Skip to content
New issue

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

store_model_attributes is causing rails to fail #160

Open
neohunter opened this issue Aug 8, 2016 · 2 comments
Open

store_model_attributes is causing rails to fail #160

neohunter opened this issue Aug 8, 2016 · 2 comments

Comments

@neohunter
Copy link
Contributor

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.

@grosser
Copy link
Owner

grosser commented Aug 11, 2016

yeah ... it should not be loaded by rails ... needs to be in a different location :/

can you make a PR to either:

  • place {} at the end
  • move it to a new location

@neohunter
Copy link
Contributor Author

Done,

#170

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants