From 3c23cacb6fe8d1ed235ad5350bdc049183942833 Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Tue, 17 Sep 2013 09:31:10 +0530 Subject: Fix Show link on resource --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index e5bc5ef038..3e2fd2a845 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -1132,7 +1132,7 @@ appear next to the "Show" link: <%= post.title %> <%= post.text %> - <%= link_to 'Show', post %> + <%= link_to 'Show', post_path(post) %> <%= link_to 'Edit', edit_post_path(post) %> <% end %> -- cgit v1.2.3