diff options
author | Frederick Ros <frederick.ros@gmail.com> | 2010-11-11 23:02:05 +0100 |
---|---|---|
committer | Frederick Ros <frederick.ros@gmail.com> | 2010-11-11 23:02:05 +0100 |
commit | e7723baa0b904787bde363f55912f7e71aa4517d (patch) | |
tree | 28611b3797f6dfc7afc0623a10af447ae454e828 /railties/guides/source | |
parent | 5cdb46d9fb1d9afc72d9a2033d18897b6958154f (diff) | |
download | rails-e7723baa0b904787bde363f55912f7e71aa4517d.tar.gz rails-e7723baa0b904787bde363f55912f7e71aa4517d.tar.bz2 rails-e7723baa0b904787bde363f55912f7e71aa4517d.zip |
Fixed the name of the 'generator option'
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/plugins.textile | 2 |
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. |