Class: Hyperloop::BrowserRouter
- Inherits:
-
Object
- Object
- Hyperloop::BrowserRouter
- Defined in:
- lib/hyperloop/router.rb
Class Method Summary collapse
Class Method Details
.inherited(child) ⇒ Object
10 11 12 13 |
# File 'lib/hyperloop/router.rb', line 10 def self.inherited(child) child.include(Hyperloop::Component::Mixin) child.include(Hyperloop::Router::Browser) end |