Class: Bridgetown::Rack::Roda

Inherits:
Roda
  • Object
show all
Defined in:
bridgetown-core/lib/bridgetown-core/rack/boot.rb

Class Method Summary collapse

Class Method Details

.inherited(klass) ⇒ Object



17
18
19
20
21
22
23
24
# File 'bridgetown-core/lib/bridgetown-core/rack/boot.rb', line 17

def self.inherited(klass)
  Bridgetown::Deprecator.deprecation_message(
    "The `Bridgetown::Rack::Roda' class will be removed in favor of using the " \
    "`bridgetown_server' plugin in a future version"
  )
  super
  klass.plugin :bridgetown_server
end