aboutsummaryrefslogtreecommitdiff
path: root/lib/zero
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zero')
-rw-r--r--lib/zero/controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/zero/controller.rb b/lib/zero/controller.rb
index b9568cd..cf4c17e 100644
--- a/lib/zero/controller.rb
+++ b/lib/zero/controller.rb
@@ -5,7 +5,6 @@ module Zero
# rack compatible controllers. It catches #call and creates a new instance
# with the environment and calls #render on it.
class Controller
- extend ClassOptions::Options
# initialize a new instance of the controller and call response on it
def self.call(env)
new(env).response