I need to handle nested routes for a model with a reflexive relationship.
A Module has many child_modules. Right now, the code below works, but for a module with the id "example::example_module" with a nested module named "nested", I get this URL:
But want this URL
What's the best way to handle this?