Skip to content

Commit

Permalink
Fixed the name of the 'generator option'
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeper authored and fxn committed Nov 15, 2010
1 parent 4c3edae commit 13f10ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/plugins.textile
Expand Up @@ -798,7 +798,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.

Expand Down

0 comments on commit 13f10ac

Please sign in to comment.