mirror of
https://github.com/github/rails.git
synced 2026-01-29 16:28:09 -05:00
reset TestRequest#parameters after assigning paramters
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4246 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -112,6 +112,7 @@ module ActionController #:nodoc:
|
||||
path_parameters[key.to_s] = value
|
||||
end
|
||||
end
|
||||
@parameters = nil # reset TestRequest#parameters to use the new path_parameters
|
||||
end
|
||||
|
||||
def recycle!
|
||||
|
||||
Reference in New Issue
Block a user