diff options
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/getting_started.textile | 2 |
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 |