Last Updated: February 25, 2016
·
361
· walidvb

Add exceptions to Rails pluralization

Add this to config/application.rb:

Inflector.inflections do |inflection| 
  inflection.irregular "stave", "staves"
end