aboutsummaryrefslogtreecommitdiffstats
path: root/guides/rails_guides
diff options
context:
space:
mode:
authorRafael Magana <raf.magana@gmail.com>2012-05-28 16:17:00 -0500
committerRafael Magana <raf.magana@gmail.com>2012-05-28 16:17:00 -0500
commit1b5e1c197213d3b5c13a0a61e7f39e8b0bedf14c (patch)
tree98b4d71a900a956f9c9e816361966781cea1af46 /guides/rails_guides
parente625056c825b0c881d2a77887f7ca51b9a808729 (diff)
downloadrails-1b5e1c197213d3b5c13a0a61e7f39e8b0bedf14c.tar.gz
rails-1b5e1c197213d3b5c13a0a61e7f39e8b0bedf14c.tar.bz2
rails-1b5e1c197213d3b5c13a0a61e7f39e8b0bedf14c.zip
[guides] get rid of any reference to the generator script since rake tasks are now the new interface
Diffstat (limited to 'guides/rails_guides')
-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 670b1c619b..8429077543 100644
--- a/guides/rails_guides/generator.rb
+++ b/guides/rails_guides/generator.rb
@@ -1,6 +1,6 @@
# ---------------------------------------------------------------------------
#
-# This script generates the guides. It can be invoked either directly or via the
+# This script generates the guides. It can be invoked via the
# guides:generate rake task within the railties directory.
#
# Guides are taken from the source directory, and the resulting HTML goes into the