From cbaa604582a9f80eba3fc0c2423234f497f21726 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 15 Oct 2009 00:37:59 -0700 Subject: Add Rainbows::AppPool Rack middleware --- lib/rainbows.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rainbows.rb') diff --git a/lib/rainbows.rb b/lib/rainbows.rb index c2813a5..7978288 100644 --- a/lib/rainbows.rb +++ b/lib/rainbows.rb @@ -7,6 +7,7 @@ module Rainbows require 'rainbows/http_server' require 'rainbows/http_response' require 'rainbows/base' + autoload :AppPool, 'rainbows/app_pool' class << self -- cgit v1.2.3-24-ge0c7