aboutsummaryrefslogtreecommitdiffstats
path: root/guides/rails_guides/generator.rb
diff options
context:
space:
mode:
authorRafael Magana <raf.magana@gmail.com>2012-05-28 16:21:25 -0500
committerRafael Magana <raf.magana@gmail.com>2012-05-28 16:21:25 -0500
commiteb362e59c0587cc907a3826561718d389a189065 (patch)
treeea3494a1ac9cabe2501217d7f1c5a3a583bb4c58 /guides/rails_guides/generator.rb
parent15b229e8aa278cc56c85b217e4fd84f5be68810c (diff)
downloadrails-eb362e59c0587cc907a3826561718d389a189065.tar.gz
rails-eb362e59c0587cc907a3826561718d389a189065.tar.bz2
rails-eb362e59c0587cc907a3826561718d389a189065.zip
[guides] fix reference to railties directory, guides are no longer there
Diffstat (limited to 'guides/rails_guides/generator.rb')
-rw-r--r--guides/rails_guides/generator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/rails_guides/generator.rb b/guides/rails_guides/generator.rb
index 4a1575a3ce..230bebf3bb 100644
--- a/guides/rails_guides/generator.rb
+++ b/guides/rails_guides/generator.rb
@@ -1,7 +1,7 @@
# ---------------------------------------------------------------------------
#
# This script generates the guides. It can be invoked via the
-# guides:generate rake task within the railties directory.
+# guides:generate rake task within the guides directory.
#
# Guides are taken from the source directory, and the resulting HTML goes into the
# output directory. Assets are stored under files, and copied to output/files as