Skip to content

Commit

Permalink
remove more leftovers from class_options
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibheer committed Jan 29, 2013
1 parent eeb0169 commit 27442f4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ PATH
remote: .
specs:
zero (0.2.0)
class_options
tilt

GEM
remote: https://rubygems.org/
specs:
class_options (0.0.1)
coderay (1.0.8)
devutils (0.0.1)
rspec
Expand Down
2 changes: 0 additions & 2 deletions lib/zero.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
require 'zero_fix18'
end

require 'class_options'

module Zero
require 'zero/controller'
require 'zero/router'
Expand Down
1 change: 0 additions & 1 deletion lib/zero/controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27442f4

Please sign in to comment.