From c27be3bf21597c19b52db2ffacbd021b15f6df9f Mon Sep 17 00:00:00 2001 From: Akshay Mohite Date: Thu, 1 Aug 2019 18:08:13 +0530 Subject: Added missing comment notation for the example of form_with in form_helpers.md documentation. [ci skip] --- guides/source/form_helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3