Skip to content

Commit

Permalink
Slightly more natural sounding phrase.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidw authored and fxn committed Nov 23, 2010
1 parent 58eaceb commit 45aca62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/generators.textile
Expand Up @@ -201,7 +201,7 @@ config.generators do |g|
end
</ruby>

If we generate another resource with the scaffold generator, we can notice that neither stylesheets nor fixtures are created anymore. If you want to customize it further, for example to use DataMapper and RSpec instead of Active Record and TestUnit, it's just a matter of adding their gems to your application and configuring your generators.
If we generate another resource with the scaffold generator, we can see that neither stylesheets nor fixtures are created anymore. If you want to customize it further, for example to use DataMapper and RSpec instead of Active Record and TestUnit, it's just a matter of adding their gems to your application and configuring your generators.

To demonstrate this, we are going to create a new helper generator that simply adds some instance variable readers. First, we create a generator:

Expand Down

0 comments on commit 45aca62

Please sign in to comment.