1
0
Fork 0
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:
Richard Schneeman 2018-03-22 11:34:07 -05:00 committed by GitHub
commit a4c7648d75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'