mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Merge pull request #1546 from schneems/schneems/require-puma-in-handler
Ensure Puma.stats_object available using handler
This commit is contained in:
commit
a4c7648d75
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ module Rack
|
||||||
}
|
}
|
||||||
|
|
||||||
def self.config(app, options = {})
|
def self.config(app, options = {})
|
||||||
|
require 'puma'
|
||||||
require 'puma/configuration'
|
require 'puma/configuration'
|
||||||
require 'puma/events'
|
require 'puma/events'
|
||||||
require 'puma/launcher'
|
require 'puma/launcher'
|
||||||
|
|
Loading…
Reference in a new issue