Method: Chespirito::App#register_system_route

Defined in:
lib/chespirito/app.rb

#register_system_route(key, trait) ⇒ Object



22
23
24
# File 'lib/chespirito/app.rb', line 22

def register_system_route(key, trait)
  @router.register_system_route(key, trait)
end