diff options
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/form_helpers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/form_helpers.md b/guides/source/form_helpers.md index 6418005921..bee6755b52 100644 --- a/guides/source/form_helpers.md +++ b/guides/source/form_helpers.md @@ -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 |