Marten::Routing::Reverser
Represents a route reverser.
A route reverser allows to perform URL / route lookups for a given route. Such routes can optionally expect
parameters and such parameters are handled accordingly when the #reverse method is called. The main
Marten::Routing::Map#reverse method makes use of reverser objects internally in order to perform routes lookups.
Constructors
Instance methods
combine(other : Reverser) : Reverser
Combines the current reverser with another reverser.
The new reverser will have a combined name, path, and parameters.
name
Sourceparameters
Sourceprefix_default_locale?
Sourceprefix_locales?
Source