From 9715d0a30a9df2cf54cb49e6db854fc0c419bdb9 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 29 Nov 2012 05:30:31 -0800 Subject: Migrations: add 'Active Record' to title Other guides that talk about Active Record specific features include the name of the library in the title, this one should too for consistency. --- guides/source/migrations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/source/migrations.md') diff --git a/guides/source/migrations.md b/guides/source/migrations.md index 471fcf5663..e6d2f6e0a9 100644 --- a/guides/source/migrations.md +++ b/guides/source/migrations.md @@ -1,5 +1,5 @@ -Migrations -========== +Active Record Migrations +======================== Migrations are a feature of Active Record that allows you to evolve your database schema over time. Rather than write schema modifications in pure SQL, -- cgit v1.2.3