aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorFrederick Ros <frederick.ros@gmail.com>2010-11-11 23:02:05 +0100
committerFrederick Ros <frederick.ros@gmail.com>2010-11-11 23:02:05 +0100
commite7723baa0b904787bde363f55912f7e71aa4517d (patch)
tree28611b3797f6dfc7afc0623a10af447ae454e828 /railties/guides
parent5cdb46d9fb1d9afc72d9a2033d18897b6958154f (diff)
downloadrails-e7723baa0b904787bde363f55912f7e71aa4517d.tar.gz
rails-e7723baa0b904787bde363f55912f7e71aa4517d.tar.bz2
rails-e7723baa0b904787bde363f55912f7e71aa4517d.zip
Fixed the name of the 'generator option'
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/plugins.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/plugins.textile b/railties/guides/source/plugins.textile
index 7c2725e652..d32e7de564 100644
--- a/railties/guides/source/plugins.textile
+++ b/railties/guides/source/plugins.textile
@@ -802,7 +802,7 @@ You can also see if your routes work by running +rake routes+ from your app dire
h3. Generators
-Many plugins ship with generators. When you created the plugin above, you specified the +--with-generator+ option, so you already have the generator stubs in 'vendor/plugins/yaffle/generators/yaffle'.
+Many plugins ship with generators. When you created the plugin above, you specified the +--generator+ option, so you already have the generator stubs in 'vendor/plugins/yaffle/generators/yaffle'.
Building generators is a complex topic unto itself and this section will cover one small aspect of generators: generating a simple text file.