about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-14 15:52:58 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-14 18:17:08 -0700
commit01ee5327c018f64fa4b6aa767c0328c56f699170 (patch)
treee38767d95236443391ae7480bdba0804764423c2 /lib/rainbows.rb
parent5f854e876ba55180936ebfc82002df9bd882a4ae (diff)
downloadrainbows-01ee5327c018f64fa4b6aa767c0328c56f699170.tar.gz
It'll be useful later on for a variety of things!
Diffstat (limited to 'lib/rainbows.rb')
-rw-r--r--lib/rainbows.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index b203c93..16e2662 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -35,6 +35,7 @@ module Rainbows
   autoload :AppPool, 'rainbows/app_pool'
   autoload :DevFdResponse, 'rainbows/dev_fd_response'
   autoload :MaxBody, 'rainbows/max_body'
+  autoload :QueuePool, 'rainbows/queue_pool'
 
   class << self