Class: Hyperloop::StaticRouter
- Inherits:
-
Object
- Object
- Hyperloop::StaticRouter
- Defined in:
- lib/hyperloop/router.rb
Class Method Summary collapse
Class Method Details
.inherited(child) ⇒ Object
31 32 33 34 |
# File 'lib/hyperloop/router.rb', line 31 def self.inherited(child) child.include(React::Component) child.include(Hyperloop::Router::Static) end |