Created by: Billiam
This fixes the issue where a has-many association with one record will be displayed with a plural on index pages, ex: "1 orders", instead of "1 order".
Rails expects the second argument to the pluralize helper to be the singular form of the word.