diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index ad31f7ce3ba44c09909382cea5d65aaa5fa9144a..8463887cfd543abf986344a1378b835f952b0251 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -1388,7 +1388,10 @@ So first, we'll wire up the Post show template This adds a form on the +Post+ show page that creates a new comment by -calling the +CommentsController+ +create+ action. Let's wire that up: +calling the +CommentsController+ +create+ action. The +form_for+ call here uses +an array, which will build a nested route, such as +/posts/1/comments+. + +Let's wire up the +create+: class CommentsController < ApplicationController