Is there a way to configure Grails 1.1.1 or Grails 1.2 M4 to map a multi-word controller or action written in PascalCase or camelCase to automatically map to a URI with hyphens separating the words?
For example, if I have a controller named MoreInformation with a function named boardOfDirectors, I would like the URI to resemble:
http://domain.com/more-information/board-of-directors
Is this possible? Thank you.