diff options
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r-- | guides/source/getting_started.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index f54427f31b..c785fd1f8c 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -1018,9 +1018,9 @@ content: ``` Everything except for the `form_for` declaration remained the same. -How `form_for` can figure out the right `action` and `method` attributes -when building the form will be explained in just a moment. For now, let's update the -`app/views/posts/new.html.erb` view to use this new partial, rewriting it +How `form_for` can figure out the right `action` and `method` attributes when building the form +will be explained in [just a moment](/form_helpers.html#binding-a-form-to-an-object). +For now, let's update the `app/views/posts/new.html.erb` view to use this new partial, rewriting it completely: ```html+erb |