Class: Hyperloop::HashRouter

Inherits:
Object
  • Object
show all
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