diff options
author | Xavier Noria <fxn@hashref.com> | 2010-10-12 23:06:55 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-10-12 23:06:55 +0200 |
commit | 879cac5d76d0d491c97941b9c0f84869a8988dae (patch) | |
tree | 8c69c8c092083f9a6d06f5480a3a22e3dcccb13c /railties | |
parent | 2561c6ae6475885b36b767d319f432c10bd6d0a6 (diff) | |
download | rails-879cac5d76d0d491c97941b9c0f84869a8988dae.tar.gz rails-879cac5d76d0d491c97941b9c0f84869a8988dae.tar.bz2 rails-879cac5d76d0d491c97941b9c0f84869a8988dae.zip |
getting started guide: deletes orphan <% end %>, reported by Michael L. Miller
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/getting_started.textile | 1 |
1 files changed, 0 insertions, 1 deletions
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 %> </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" |