Added missing comment notation for the example of form_with in form_helpers.md...

Added missing comment notation for the example of form_with in form_helpers.md documentation. [ci skip]
上级 b3b3ff5d
......@@ -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.
先完成此消息的编辑!
想要评论请 注册