emberjs/ember-inflector

Hero to Heroes

billpull opened this issue · 3 comments

Hero to Heroes

what does the rails inflector do?

Rails does not include the e:

➜  lol  bin/rails c
Running via Spring preloader in process 77809
Loading development environment (Rails 4.2.5.1)
irb(main):001:0> "hero".pluralize
=> "heros"

We do whatever rails does basically. You can always add your own custom inflection if you prefer the other spelling.