From 2a15598ae859d7ca62755f15bc2efd5036f6bc52 Mon Sep 17 00:00:00 2001 From: Oscar Del Ben Date: Tue, 1 May 2012 10:58:16 +0200 Subject: [PATCH] Getting Started Guide Code Cleanup --- guides/code/getting_started/test/fixtures/tags.yml | 9 --------- guides/source/getting_started.textile | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 guides/code/getting_started/test/fixtures/tags.yml diff --git a/guides/code/getting_started/test/fixtures/tags.yml b/guides/code/getting_started/test/fixtures/tags.yml deleted file mode 100644 index 8485668908..0000000000 --- a/guides/code/getting_started/test/fixtures/tags.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/Fixtures.html - -one: - name: MyString - post: - -two: - name: MyString - post: diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index 0a92401d9a..41c990baee 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -1338,7 +1338,7 @@ So first, we'll wire up the Post show template <% end %> <%= link_to 'Edit Post', edit_post_path(@post) %> | -<%= link_to 'Back to Posts', posts_path %> | +<%= link_to 'Back to Posts', posts_path %> This adds a form on the +Post+ show page that creates a new comment by