From 5cdb23c722dbec0a4a5f74f2b64250bf410db5e2 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 29 Nov 2012 05:07:53 -0800 Subject: Migrations: Fix opening bullets. The wording of these was a bit off, so I fixed them. --- guides/source/migrations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/source') diff --git a/guides/source/migrations.md b/guides/source/migrations.md index d8a7eb3abc..8ed0931689 100644 --- a/guides/source/migrations.md +++ b/guides/source/migrations.md @@ -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` -------------------------------------------------------------------------------- -- cgit v1.2.3