Skip to content

Commit

Permalink
getting started guide: deletes orphan <% end %>, reported by Michael …
Browse files Browse the repository at this point in the history
…L. Miller
  • Loading branch information
fxn committed Oct 12, 2010
1 parent 1556e08 commit 869118a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion railties/guides/source/getting_started.textile
Expand Up @@ -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 %>
</erb>

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"
Expand Down

0 comments on commit 869118a

Please sign in to comment.