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
Any update on using ember-inflector in ember-cli (without Ember Data)?
It should "just work", the helpers require some extra manual hookups though. I can't make it automatic, without ember-data deprecating the helpers accidentally exposed.
The singularize and pluralize helpers previously imported the
helpers previously without a default Ember Inflector instance,
which would cause issues for Ember CLI users.
refs emberjsGH-74
The text was updated successfully, but these errors were encountered: