Class: Hyperloop::StaticRouter

Inherits:
Object
  • Object
show all
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(Hyperloop::Component::Mixin)
  child.include(Hyperloop::Router::Static)
end