aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2013-07-17 12:04:14 +0200
committerArun Agrawal <arunagw@gmail.com>2013-07-17 12:04:14 +0200
commitfd8890058e22a95642b14f3efcb32396bcf90a5e (patch)
tree87d466d0a30f708893db9ac613a46c39ef4a8e05
parent7b60441d2a5b9ba5b22fd73e97268d779c950c9e (diff)
downloadrails-fd8890058e22a95642b14f3efcb32396bcf90a5e.tar.gz
rails-fd8890058e22a95642b14f3efcb32396bcf90a5e.tar.bz2
rails-fd8890058e22a95642b14f3efcb32396bcf90a5e.zip
Guides fixed typo in index.html.erb file [ci skip]
-rw-r--r--guides/source/getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index c785fd1f8c..cdb25a1013 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -953,7 +953,7 @@ appear next to the "Show" link:
<tr>
<td><%= post.title %></td>
<td><%= post.text %></td>
- <td><%= link_to 'Show', post_path(post) %></td>
+ <td><%= link_to 'Show', post %></td>
<td><%= link_to 'Edit', edit_post_path(post) %></td>
</tr>
<% end %>