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

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -