helpers are not accessible to normal add-on consumers
stefanpenner opened this issue · 2 comments
stefanpenner commented
- ember-data should no longer auto-include these helpers
- basically its a bug in this repo that they are included auto-matically
- i'll release 2.x with that fixed
- @bmac we should coordinate on another ember-inflector / ember-data release
- we should offer the helpers as an idiomatic ember-addon normally does. (although as they are non-dasherized, so forcibly included an initializer)
pixelhandler commented
Any update on using ember-inflector in ember-cli (without Ember Data)?
stefanpenner commented
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.