Since flatiron allows me to map a routing table I had assumed that, like many other frameworks, it would also supply me with some dynamic helpers to call said routes, thus making it easy to perform sweeping route changes throughout the app as opposed to dealing with tons of strings which correspond to ad-hoc routes.
Digging into the docs and source however, I dont see any such implementation. Am I missing something? Is this something I should just hack in there myself? (Trying to avoid reinvention of the wheel here)