1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #40253 from ohbarye/remove-obsolete-comment

Remove obsolete comment [skip ci]
This commit is contained in:
Ryuta Kamizono 2020-09-19 17:55:06 +09:00 committed by GitHub
commit bb2230ec3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,6 @@ module ActionDispatch
else
expected_path = "/#{expected_path}" unless expected_path.start_with?("/")
end
# Load routes.rb if it hasn't been loaded.
options = options.clone
generated_path, query_string_keys = @routes.generate_extras(options, defaults)