I'm currently working on something that would interpret part of the request url as a relative path (yes, I'm aware that this could pose a security risk).
It would look something like
/page/path/to/something
The parameter part would be /path/to/something.
Can I do this with regular routing or do I have to use something like rails metal to handle this myself?