mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update request.path_parameters docs: returned hash keys are symbols
Closes #43808
This commit is contained in:
parent
22b3d785e9
commit
87d65e9b12
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ module ActionDispatch
|
|||
end
|
||||
|
||||
# Returns a hash with the \parameters used to form the \path of the request.
|
||||
# Returned hash keys are strings:
|
||||
# Returned hash keys are symbols:
|
||||
#
|
||||
# {'action' => 'my_action', 'controller' => 'my_controller'}
|
||||
def path_parameters
|
||||
|
|
Loading…
Reference in a new issue