Method: Hanami::Routing::Namespace#mount
- Defined in:
- lib/hanami/routing/namespace.rb
#mount(app, options) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
86 87 88 |
# File 'lib/hanami/routing/namespace.rb', line 86 def mount(app, ) super(app, .merge(at: @name.join([:at]))) end |