mirror of
https://github.com/TracksApp/tracks.git
synced 2026-04-18 10:09:02 +02:00
9 lines
128 B
Ruby
9 lines
128 B
Ruby
|
|
require 'swiftcore/evented_mongrel'
|
||
|
|
|
||
|
|
module Rack
|
||
|
|
module Handler
|
||
|
|
class EventedMongrel < Handler::Mongrel
|
||
|
|
end
|
||
|
|
end
|
||
|
|
end
|