Skip to content

Commit

Permalink
dispatcher doesn't need call anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed May 27, 2014
1 parent 9ad01d0 commit 97a5228
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions actionpack/lib/action_dispatch/routing/route_set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ def initialize(defaults)

def dispatcher?; true; end

def call(env)
serve Request.new env
end

def serve(req)
params = req.path_parameters

Expand Down

0 comments on commit 97a5228

Please sign in to comment.