aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.textile
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2012-05-16 11:02:49 +1000
committerRyan Bigg <radarlistener@gmail.com>2012-05-16 11:02:49 +1000
commitca18e2f8dd742107a5f7eee9de584ab858527b97 (patch)
treed24a3369ea25f925f78d57c94071cfb23cf1a3d5 /guides/source/getting_started.textile
parentaf2a6ac8539376d42f2d419f3e5bd4081a2ddc22 (diff)
downloadrails-ca18e2f8dd742107a5f7eee9de584ab858527b97.tar.gz
rails-ca18e2f8dd742107a5f7eee9de584ab858527b97.tar.bz2
rails-ca18e2f8dd742107a5f7eee9de584ab858527b97.zip
[getting started] add segue at the end of posts/index section
Diffstat (limited to 'guides/source/getting_started.textile')
-rw-r--r--guides/source/getting_started.textile2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile
index 142c5f8a70..9870b157d8 100644
--- a/guides/source/getting_started.textile
+++ b/guides/source/getting_started.textile
@@ -594,6 +594,8 @@ And then finally a view for this action, located at +app/views/posts/index.html.
</table>
</erb>
+Now if you go to +http://localhost:3000/posts+ you will see a list of all the posts that you have created.
+
h4. Adding links
You can now create, show, and list posts. Now let's add some links to