From 4e2a4b8931327b7540320ca8f8d65e5ce0ab3a09 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Sat, 17 Nov 2012 11:35:49 +0100 Subject: use Zero::Request instead of the rack one --- lib/zero/controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zero/controller.rb b/lib/zero/controller.rb index 3c3af8c..76d0f46 100644 --- a/lib/zero/controller.rb +++ b/lib/zero/controller.rb @@ -7,7 +7,7 @@ module Zero class Controller # initialize a new instance of the controller and call response on it def self.call(env) - new(Rack::Request.new(env)).response + new(Zero::Request.new(env)).response end # initialize the controller -- cgit v1.2.3-70-g09d2