Skip to content

Commit 87d65e9

Browse files
committed
Update request.path_parameters docs: returned hash keys are symbols
Closes rails#43808
1 parent 22b3d78 commit 87d65e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionpack/lib/action_dispatch/http/parameters.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def path_parameters=(parameters) # :nodoc:
7676
end
7777

7878
# Returns a hash with the \parameters used to form the \path of the request.
79-
# Returned hash keys are strings:
79+
# Returned hash keys are symbols:
8080
#
8181
# {'action' => 'my_action', 'controller' => 'my_controller'}
8282
def path_parameters

0 commit comments

Comments
 (0)