Added missing comment notation for the example of form_with in form_helpers.md documentation. [ci skip]

This commit is contained in:
Akshay Mohite 2019-08-01 18:08:13 +05:30
parent b3b3ff5dfd
commit c27be3bf21
No known key found for this signature in database
GPG Key ID: E809CFD70271B97F
1 changed files with 1 additions and 1 deletions

View File

@ -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