Module: Hanami::Helpers::RoutingHelper
- Defined in:
- gems/gems/hanami-helpers-1.3.1/lib/hanami/helpers/routing_helper.rb,
gems/gems/hanami-helpers-1.3.3/lib/hanami/helpers/routing_helper.rb
Overview
Routing helper for full stack Hanami web applications.
For a given application called Web::Application
, at runtime Hanami creates a routes factory called Web.routes
.
By including this module in a view, it makes that factory avaliable as routes
.