Hero to Heroes
billpull opened this issue · 3 comments
billpull commented
Hero to Heroes
stefanpenner commented
what does the rails inflector do?
fivetanley commented
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"
fivetanley commented
We do whatever rails does basically. You can always add your own custom inflection if you prefer the other spelling.