aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri De Frenne <dimitri.defrenne@vasco.com>2012-03-26 11:28:12 +0200
committerDimitri De Frenne <dimitri.defrenne@vasco.com>2012-03-26 11:28:12 +0200
commit492e91cc3441a1d0fc8e959bf46b374d424b711e (patch)
treec9afe61504cdcba2503a627046868a7c430acf16
parent2314490547e7b864a387d4a71586373036beb35f (diff)
downloadrails-492e91cc3441a1d0fc8e959bf46b374d424b711e.tar.gz
rails-492e91cc3441a1d0fc8e959bf46b374d424b711e.tar.bz2
rails-492e91cc3441a1d0fc8e959bf46b374d424b711e.zip
Fixed typo in path
-rw-r--r--guides/source/engines.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/engines.textile b/guides/source/engines.textile
index 501d48eab8..23b1a2fcb8 100644
--- a/guides/source/engines.textile
+++ b/guides/source/engines.textile
@@ -263,7 +263,7 @@ create test/fixtures/blorgh/comments.yml
This generator call will generate just the necessary model files it needs, namespacing the files under a +blorgh+ directory and creating a model class called +Blorgh::Comment+.
-To show the comments on a post, edit +app/views/posts/show.html.erb+ and add this line before the "Edit" link:
+To show the comments on a post, edit +app/views/blorgh/posts/show.html.erb+ and add this line before the "Edit" link:
<erb>
<h3>Comments</h3>