mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-23 01:06:11 +01:00
8 lines
128 B
Ruby
8 lines
128 B
Ruby
require 'swiftcore/evented_mongrel'
|
|
|
|
module Rack
|
|
module Handler
|
|
class EventedMongrel < Handler::Mongrel
|
|
end
|
|
end
|
|
end
|