From ef4e8352fe39a7b7495c68aeaa77c5296b9de82d Mon Sep 17 00:00:00 2001 From: Yoni Yalovitsky Date: Mon, 3 Dec 2012 02:57:40 +0200 Subject: removed an extra slash before the 'app' dir --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index ceba2c65aa..eefffbe87e 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -1350,7 +1350,7 @@ the post show page to see their comment now listed. Due to this, our spam comments when they arrive. So first, we'll wire up the Post show template -(`/app/views/posts/show.html.erb`) to let us make a new comment: +(`app/views/posts/show.html.erb`) to let us make a new comment: ```html+erb

-- cgit v1.2.3