aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
diff options
context:
space:
mode:
authorJeremy Kemper <jeremykemper@gmail.com>2015-02-26 17:04:08 -0700
committerJeremy Kemper <jeremykemper@gmail.com>2015-02-26 17:04:08 -0700
commita13e52b42279a003e57969dc827bdbee5fdbe967 (patch)
tree0c9e9ceb0748df91400844f9027954b7204c393e /actionpack/lib/action_dispatch
parent38218929e9b3205a2a731660b3c5527937e1c015 (diff)
downloadrails-a13e52b42279a003e57969dc827bdbee5fdbe967.tar.gz
rails-a13e52b42279a003e57969dc827bdbee5fdbe967.tar.bz2
rails-a13e52b42279a003e57969dc827bdbee5fdbe967.zip
Revert "Merge pull request #18764 from tsun1215/master"
This reverts commit b6dd0c4ddebf5e7aab0a669915cb349ec65e5b88, reversing changes made to de9a3748c436f849dd1877851115cd94663c2725.
Diffstat (limited to 'actionpack/lib/action_dispatch')
-rw-r--r--actionpack/lib/action_dispatch/journey/router.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/journey/router.rb b/actionpack/lib/action_dispatch/journey/router.rb
index e9df984c86..2b036796ab 100644
--- a/actionpack/lib/action_dispatch/journey/router.rb
+++ b/actionpack/lib/action_dispatch/journey/router.rb
@@ -121,7 +121,6 @@ module ActionDispatch
end
def match_head_routes(routes, req)
- routes.delete_if { |route| route.verb == // }
head_routes = match_routes(routes, req)
if head_routes.empty?