mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Default Rack handler helper
This commit is contained in:
parent
2e24400246
commit
84640ab496
1 changed files with 7 additions and 0 deletions
7
lib/puma/rack_default.rb
Normal file
7
lib/puma/rack_default.rb
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
require 'rack/handler/puma'
|
||||||
|
|
||||||
|
module Rack::Handler
|
||||||
|
def self.default(options = {})
|
||||||
|
Rack::Handler::Puma
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in a new issue