Class: Bridgetown::Rack::Roda
- Defined in:
- 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 'lib/bridgetown-core/rack/boot.rb', line 17 def self.inherited(klass) Bridgetown::Deprecator.( "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 |