We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b3d78 commit 87d65e9Copy full SHA for 87d65e9
actionpack/lib/action_dispatch/http/parameters.rb
@@ -76,7 +76,7 @@ def path_parameters=(parameters) # :nodoc:
76
end
77
78
# Returns a hash with the \parameters used to form the \path of the request.
79
- # Returned hash keys are strings:
+ # Returned hash keys are symbols:
80
#
81
# {'action' => 'my_action', 'controller' => 'my_controller'}
82
def path_parameters
0 commit comments