aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGibheer <gibheer@gmail.com>2012-11-26 21:23:28 +0100
committerGibheer <gibheer@gmail.com>2012-11-26 21:23:28 +0100
commit4a51048d8b2ec18736b936e6c9ae6cd732601f52 (patch)
treef7125118d598acd2bb2ebbaba939b46d40c9f5ae
parent7213e3e8f6cf1237ce86a80e26391e98656766a1 (diff)
removed doubled line
-rw-r--r--lib/zero/controller.rb4
1 files changed, 0 insertions, 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