Class: Hyperloop::HashRouter
- Inherits:
-
Object
- Object
- Hyperloop::HashRouter
- Defined in:
- lib/hyperloop/router.rb
Class Method Summary collapse
Class Method Details
.inherited(child) ⇒ Object
17 18 19 20 |
# File 'lib/hyperloop/router.rb', line 17 def self.inherited(child) child.include(Hyperloop::Component::Mixin) child.include(Hyperloop::Router::Hash) end |