guides
guides copied to clipboard
Mention `routes` helper for actions
I noticed in an action I can write:
routes.url(:account, id: account.address)
The Routing guide seems to only show the Hanami.app["routes"] way of doing things instead.