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
I'm doing some issue gardening 🌱🌿 🌷 and came upon this issue. Since it's quite old, would you mind checking if this is still an issue with the latest version? If it isn't, maybe we can close this issue?
By closing some old issues we reduce the list of open issues to a more manageable set.
Using ember 2.11.0 and ember-data 2.11.0.
My file app/initializers/inflector.js:
singularize('repositorios-bens')
return'repositorios-bem'
(WRONG !!!).if i use the following (repositorio-bem before bem):
singularize('repositorios-bens')
return'repositorios-bens'
(RIGHT !!!).Hope to help making ember better and better.
Cheers,
Antonio.
The text was updated successfully, but these errors were encountered: