提交 91eeefc7 编写于 作者: P Prathamesh Sonpatki

[ci skip] Fix example of ActionController::Parameters#to_unsafe_h

- Added missing `"`.
上级 60257141
......@@ -190,7 +190,7 @@ def to_h
# oddity: 'Heavy stone crab'
# })
# params.to_unsafe_h
# # => {"name"=>"Senjougahara Hitagi", oddity" => "Heavy stone crab"}
# # => {"name"=>"Senjougahara Hitagi", "oddity" => "Heavy stone crab"}
def to_unsafe_h
convert_parameters_to_hashes(@parameters, :to_unsafe_h)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册