diff options
author | Yoni Yalovitsky <yoni@fewbytes.com> | 2012-12-03 02:57:40 +0200 |
---|---|---|
committer | Yoni Yalovitsky <yoni@fewbytes.com> | 2012-12-03 02:57:40 +0200 |
commit | ef4e8352fe39a7b7495c68aeaa77c5296b9de82d (patch) | |
tree | 324f46f96e91323f487a7678753b739e5340d765 /guides/source | |
parent | 286e56ffe7807421b2b4a72e8386e9eb83767313 (diff) | |
download | rails-ef4e8352fe39a7b7495c68aeaa77c5296b9de82d.tar.gz rails-ef4e8352fe39a7b7495c68aeaa77c5296b9de82d.tar.bz2 rails-ef4e8352fe39a7b7495c68aeaa77c5296b9de82d.zip |
removed an extra slash before the 'app' dir
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 <p> |