diff options
author | Gibheer <gibheer@gmail.com> | 2012-11-26 21:23:28 +0100 |
---|---|---|
committer | Gibheer <gibheer@gmail.com> | 2012-11-26 21:23:28 +0100 |
commit | 4a51048d8b2ec18736b936e6c9ae6cd732601f52 (patch) | |
tree | f7125118d598acd2bb2ebbaba939b46d40c9f5ae | |
parent | 7213e3e8f6cf1237ce86a80e26391e98656766a1 (diff) |
removed doubled line
-rw-r--r-- | lib/zero/controller.rb | 4 |
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 |