class
Amber::Schema::RouteRegistry
- Amber::Schema::RouteRegistry
- Reference
- Object
Defined in:
amber/dsl/schema_router.crClass Method Summary
- .add_route(route_info)
- .all
- .clear
- .find_by_action(controller_name : String, action_name : String)
- .find_by_controller(controller_name : String)
- .routes
- .routes=(routes : Array(NamedTuple(controller: String, action: String, verb: String, path: String)))