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.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rainbows/base.rb b/lib/rainbows/base.rb
index cd719d2..a619b00 100644
--- a/lib/rainbows/base.rb
+++ b/lib/rainbows/base.rb
@@ -10,7 +10,7 @@ module Rainbows::Base
 
   # :stopdoc:
   include Rainbows::Const
-  include Rainbows::HttpResponse
+  include Rainbows::Response
 
   # shortcuts...
   G = Rainbows::G
@@ -21,7 +21,7 @@ module Rainbows::Base
   # this method is called by all current concurrency models
   def init_worker_process(worker)
     super(worker)
-    Rainbows::HttpResponse.setup(self.class)
+    Rainbows::Response.setup(self.class)
     Rainbows::MaxBody.setup
     G.tmp = worker.tmp