Class: HmlonsWeb::Router
- Inherits:
-
Object
- Object
- HmlonsWeb::Router
- Defined in:
- lib/hmlons_web/router.rb
Instance Method Summary collapse
Instance Method Details
#call(env) ⇒ Object
2 3 4 |
# File 'lib/hmlons_web/router.rb', line 2 def call(env) find_route(env).call(env) end |