From 87d65e9b1279be17cede6be3d663a3e7ea168b75 Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Wed, 15 Dec 2021 23:36:10 -0800 Subject: [PATCH] Update request.path_parameters docs: returned hash keys are symbols Closes #43808 --- actionpack/lib/action_dispatch/http/parameters.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_dispatch/http/parameters.rb b/actionpack/lib/action_dispatch/http/parameters.rb index d2aaf7c936..1d7ce90a5d 100644 --- a/actionpack/lib/action_dispatch/http/parameters.rb +++ b/actionpack/lib/action_dispatch/http/parameters.rb @@ -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