aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/migrations.md
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source/migrations.md')
-rw-r--r--guides/source/migrations.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/guides/source/migrations.md b/guides/source/migrations.md
index 8ed0931689..471fcf5663 100644
--- a/guides/source/migrations.md
+++ b/guides/source/migrations.md
@@ -8,10 +8,10 @@ tables.
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 migrations and your schema
-* How migrations relate to `schema.rb`
+* The generators you can use to create them.
+* The methods Active Record provides to manipulate your database.
+* The Rake tasks that manipulate migrations and your schema.
+* How migrations relate to `schema.rb`.
--------------------------------------------------------------------------------