Migrations: Fix opening bullets.

The wording of these was a bit off, so I fixed them.
This commit is contained in:
Steve Klabnik 2012-11-29 05:07:53 -08:00
parent c0f415d279
commit 5cdb23c722

@ -10,8 +10,8 @@ In this guide, you'll learn all about migrations including:
* The generators you can use to create them
* The methods Active Record provides to manipulate your database
* The Rake tasks that manipulate them
* How they relate to `schema.rb`
* The Rake tasks that manipulate migrations and your schema
* How migrations relate to `schema.rb`
--------------------------------------------------------------------------------