Method: Chespirito::App#register_route
- Defined in:
- lib/chespirito/app.rb
#register_route(verb, path, trait) ⇒ Object
18 19 20 |
# File 'lib/chespirito/app.rb', line 18 def register_route(verb, path, trait) @router.register_route(verb, path, trait) end |