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:
commit
bb2230ec3c
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue