aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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