mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add link to the show action in the getting started
[ci skip] Closes #16538
This commit is contained in:
parent
4afb55f4e7
commit
5f5f3a8216
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue