From 6bde32081338ce8075854f4c47ce8ca5347df919 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 5 Jan 2011 17:06:20 -0800 Subject: eliminate G constant and just use the Rainbows! module Code organization is hard :< --- lib/rainbows/max_body.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rainbows/max_body.rb') diff --git a/lib/rainbows/max_body.rb b/lib/rainbows/max_body.rb index 878b04d..808f762 100644 --- a/lib/rainbows/max_body.rb +++ b/lib/rainbows/max_body.rb @@ -52,7 +52,7 @@ class Rainbows::MaxBody # if it's reconfigured def self.setup # :nodoc: Rainbows.max_bytes or return - case Rainbows::G.server.use + case Rainbows.server.use when :Rev, :Coolio, :EventMachine, :NeverBlock, :RevThreadSpawn, :RevThreadPool, :CoolioThreadSpawn, :CoolioThreadPool @@ -60,7 +60,7 @@ class Rainbows::MaxBody end # force ourselves to the outermost middleware layer - Rainbows::G.server.app = self.new(Rainbows::G.server.app) + Rainbows.server.app = self.new(Rainbows.server.app) end # Rack response returned when there's an error -- cgit v1.2.3-24-ge0c7