From 87f249ee365189407dc9c54820a52eda5aee1583 Mon Sep 17 00:00:00 2001 From: Paul Nikitochkin Date: Sat, 29 Jun 2013 23:26:06 +0300 Subject: Added link to Form Helper article from getting strated [ci skip] --- guides/source/getting_started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'guides') diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 26360e815b..caa85b2ab0 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -1021,9 +1021,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 -- cgit v1.2.3