module
Amber::Router::RoutePrinter
Defined in:
amber/router/route_printer.crClass Method Summary
-
.print_routes(io : IO = STDOUT, filter : String | Nil = nil)
Prints all registered routes to the given IO, optionally filtering by path, controller name, or action name.
Class Method Detail
Prints all registered routes to the given IO, optionally filtering by path, controller name, or action name.