I noticed in an action I can write: ``` routes.url(:account, id: account.address) ``` The [Routing guide](https://guides.hanamirb.org/v2.0/routing/overview/) seems to only show the `Hanami.app["routes"]` way of doing things instead.