Tagged Questions
10
votes
2answers
2k views
How do I override rails naming conventions?
I have a model named "clothing" which I want to be the singlular (one piece of clothing). By default, rails says the plural is clothings. Right or wrong, I think it will be more readable if the ...