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
1 changed files with 0 additions and 1 deletions

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)