about summary refs log tree commit homepage
path: root/lib/rainbows/base.rb
diff options
context:
space:
mode:
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