1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Mongrel::HttpServer hack no longer needed

This commit is contained in:
jc00ke 2014-12-09 22:50:03 -08:00
parent d69076322e
commit 492001c987

View file

@ -59,8 +59,3 @@ module Rack
end
end
# This is to trick newrelic into enabling the agent automatically.
module Mongrel
class HttpServer
end
end