From 3948ba89e143eeebb8a2a9bd5f370abb66a47377 Mon Sep 17 00:00:00 2001 From: Rohit Arondekar Date: Mon, 19 Apr 2010 02:54:50 -0700 Subject: Fixed wrong purpose of _form.html.erb --- railties/guides/source/getting_started.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides') diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 58f2eaf178..6cc989d156 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -363,7 +363,7 @@ The scaffold generator will build 15 files in your application, along with some |app/views/posts/edit.html.erb |A view to edit an existing post| |app/views/posts/show.html.erb |A view to display a single post| |app/views/posts/new.html.erb |A view to create a new post| -|app/views/posts/_form.html.erb |A view to control the overall look and feel of the other posts views| +|app/views/posts/_form.html.erb |A partial to control the overall look and feel of the form used in edit and new views| |app/views/layouts/posts.html.erb |A view to control the overall look and feel of the other posts views| |test/functional/posts_controller_test.rb |Functional testing harness for the posts controller| |app/helpers/posts_helper.rb |Helper functions to be used from the posts views| -- cgit v1.2.3