javascript - Is there a way to force ember to always use plural -
i've been looking around , couldn't find way except with:
var inflector = ember.inflector.inflector; inflector.uncountable('news'); inflector.uncountable('rules');
declaring each model bit cumbersome , know if there's way make more general.
finally reason using english grammar rule inflection? , inflection supposed provide?
thanks
Comments
Post a Comment