Wrong irregular pluralization with namespaced model name
artych opened this issue · 4 comments
artych commented
Wrong irregular pluralization with namespaced model name
stefanpenner commented
i think this issue was valid, why is it closed?
artych commented
I thought it is more Ember.String issue
Ember.String.pluralize('parties/person');
//=> 'parties/persons' (expected 'parties/people')
but yes it is valid for Inflector too
Ember.Inflector.inflector.pluralize("parties/person");
//=> 'parties/persons' (expected 'parties/people')
stefanpenner commented
Yup this is a bug