From 5f5f3a8216f5c8f2c484f80eec6ee69cd28d5977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 6 Feb 2015 20:47:08 -0200 Subject: Add link to the show action in the getting started [ci skip] Closes #16538 --- guides/source/getting_started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index ee742a0db7..51b8a2ca5f 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -911,6 +911,7 @@ And then finally, add the view for this action, located at <%= article.title %> <%= article.text %> + <%= link_to 'Show', article_path(article) %> <% end %> -- cgit v1.2.3