about summary refs log tree commit homepage
path: root/lib/rainbows/base.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-27 09:15:24 +0000
committerEric Wong <normalperson@yhbt.net>2011-06-27 09:15:24 +0000
commit0e9d8ac759f7c5d783f055df0fb5d4f08c68db71 (patch)
tree131a2843478b0d70462e0834d46fa916e428ad41 /lib/rainbows/base.rb
parent8c1e3da65d7a709c6578652fa57e5ca0e7a9a459 (diff)
downloadrainbows-0e9d8ac759f7c5d783f055df0fb5d4f08c68db71.tar.gz
It hasn't been used in a while, but we kept it for
Zbatery version compatibility.
Diffstat (limited to 'lib/rainbows/base.rb')
-rw-r--r--lib/rainbows/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/base.rb b/lib/rainbows/base.rb
index e614ccf..d1c5c08 100644
--- a/lib/rainbows/base.rb
+++ b/lib/rainbows/base.rb
@@ -11,7 +11,7 @@ module Rainbows::Base
   # this method is called by all current concurrency models
   def init_worker_process(worker) # :nodoc:
     super(worker)
-    Rainbows::Response.setup(self.class)
+    Rainbows::Response.setup
     Rainbows::MaxBody.setup
     Rainbows.worker = worker