I have the following url mapping:
"/Some-Name".toLowerCase() {
controller ="user"
action = "show"
id = "f274b72e1309467e70"
}
Note this is not a duplicate of this: How to make my URL mapping case insensitive? It is a different case.
How can I make this URL mapping case insensitive?