1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

@ -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`
--------------------------------------------------------------------------------