If i am generating a controller, should I make the controller name plural?
For example, I am generating a "central" controller to be the root directory (index) of the site. Is it fine to do "rails g controller central"?
I am getting mixed messages from visiting various websites.
It doesn't make that much sense to pluralize it, but I don't want to mess with Rails internal functioning.