class Amber::Schema::RouteRegistry

Defined in:

amber/dsl/schema_router.cr

Class Method Summary

Class Method Detail

def self.add_route(route_info) #

[View source]
def self.all #

[View source]
def self.clear #

[View source]
def self.find_by_action(controller_name : String, action_name : String) #

[View source]
def self.find_by_controller(controller_name : String) #

[View source]
def self.routes #

[View source]
def self.routes=(routes : Array(NamedTuple(controller: String, action: String, verb: String, path: String))) #

[View source]