未验证 提交 11cb8c48 编写于 作者: C Carlos Antonio da Silva 提交者: GitHub

Merge pull request #36831 from akshaymohite/fix-form-helpers-documentation-comment

Added missing comment notation for the example of form_with in form_helpers.md documentation. [ci skip]
......@@ -307,7 +307,7 @@ When dealing with RESTful resources, calls to `form_with` can get significantly
## Creating a new article
# long-style:
form_with(model: @article, url: articles_path)
short-style:
# short-style:
form_with(model: @article)
## Editing an existing article
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册