Skip to content

Commit

Permalink
Add link to the show action in the getting started
Browse files Browse the repository at this point in the history
[ci skip]

Closes #16538
  • Loading branch information
rafaelfranca committed Feb 6, 2015
1 parent 4afb55f commit 5f5f3a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guides/source/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,7 @@ And then finally, add the view for this action, located at
<tr>
<td><%= article.title %></td>
<td><%= article.text %></td>
<td><%= link_to 'Show', article_path(article) %></td>
</tr>
<% end %>
</table>
Expand Down

0 comments on commit 5f5f3a8

Please sign in to comment.