0
0
Fork 0

use Zero::Request instead of the rack one

This commit is contained in:
Gibheer 2012-11-17 11:35:49 +01:00
parent d7c217bd30
commit 4e2a4b8931
1 changed files with 1 additions and 1 deletions

View File

@ -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