aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/vendor/rack/rack/handler/swiftiplied_mongrel.rb
blob: 4bafd0b953372ff763d79da0383f6180df41ee53 (plain) (blame)
1
2
3
4
5
6
7
8
require 'swiftcore/swiftiplied_mongrel'

module Rack
  module Handler
    class SwiftipliedMongrel < Handler::Mongrel
    end
  end
end