From 879cac5d76d0d491c97941b9c0f84869a8988dae Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 12 Oct 2010 23:06:55 +0200 Subject: getting started guide: deletes orphan <% end %>, reported by Michael L. Miller --- railties/guides/source/getting_started.textile | 1 - 1 file changed, 1 deletion(-) (limited to 'railties') diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 42b3313752..acb9c2c487 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -727,7 +727,6 @@ After finding the requested post, Rails uses the +edit.html.erb+ view to display <%= link_to 'Show', @post %> | <%= link_to 'Back', posts_path %> -<% end %> Again, as with the +new+ action, the +edit+ action is using the +form+ partial, this time however, the form will do a PUT action to the PostsController and the submit button will display "Update Post" -- cgit v1.2.3