From 30399df1c73410bf26dcdee1fccae95311c2f4ff Mon Sep 17 00:00:00 2001 From: Gibheer Date: Fri, 5 Oct 2012 08:05:32 +0200 Subject: fixed small error --- 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 4264de1..3769f69 100644 --- a/lib/zero/controller.rb +++ b/lib/zero/controller.rb @@ -6,7 +6,7 @@ module Zero # rack compatible controllers. It catches #call and creates a new instance # with the environment and calls #render on it. class Controller - def self << call(env) + def self.call(env) new(Request.new(env)).render end end -- cgit v1.2.3-70-g09d2