When you present a message to the user that involves an entity that could be either singular or plural, Rails has a shortcut to handle that. I'm talking about this situation:
"Delete committee? Its X meeting(s) will also be deleted."
Rails has a way so that "meeting" is presented as "meeting" or "meetings" depending on X.
I can't remember what that way is. It's not String#pluralize
.