aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/route_set.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-08-14 09:19:22 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2015-08-14 10:39:32 -0700
commit715abbbb33a0715b5b8476132b7fd7c20b9e0df1 (patch)
tree7566dbc30ea6a23b6525b027cd98877912f95205 /actionpack/lib/action_dispatch/routing/route_set.rb
parent1eb6b4a679b05e443792430f11f084746005f6ff (diff)
downloadrails-715abbbb33a0715b5b8476132b7fd7c20b9e0df1.tar.gz
rails-715abbbb33a0715b5b8476132b7fd7c20b9e0df1.tar.bz2
rails-715abbbb33a0715b5b8476132b7fd7c20b9e0df1.zip
stop adding path_info to the conditions hash
we don't need to keep adding it and deleting if from hashes.
Diffstat (limited to 'actionpack/lib/action_dispatch/routing/route_set.rb')
-rw-r--r--actionpack/lib/action_dispatch/routing/route_set.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/route_set.rb b/actionpack/lib/action_dispatch/routing/route_set.rb
index 279cbd232b..a3cadec68f 100644
--- a/actionpack/lib/action_dispatch/routing/route_set.rb
+++ b/actionpack/lib/action_dispatch/routing/route_set.rb
@@ -525,7 +525,6 @@ module ActionDispatch
"http://guides.rubyonrails.org/routing.html#restricting-the-routes-created"
end
- path = conditions.delete :path_info
ast = conditions.delete :parsed_path_info
required_defaults = conditions.delete :required_defaults
path = build_path(ast, requirements, anchor)