From 4a51048d8b2ec18736b936e6c9ae6cd732601f52 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Mon, 26 Nov 2012 21:23:28 +0100 Subject: [PATCH] removed doubled line --- lib/zero/controller.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/zero/controller.rb b/lib/zero/controller.rb index 5784aa0..9857974 100644 --- a/lib/zero/controller.rb +++ b/lib/zero/controller.rb @@ -28,9 +28,5 @@ module Zero def process raise NotImplementedError.new("'render' not implemented in #{self.class}") end - - def process - raise NotImplementedError.new("'render' not implemented in #{self.class}") - end end end