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

Merge pull request #15604 from JuanitoFatas/doc/migration

[ci skip] Rename: Rails Database Migration to Active Record Migration.
This commit is contained in:
Xavier Noria 2014-06-10 00:54:47 -07:00
commit 90fb179cb3
2 changed files with 2 additions and 2 deletions

View file

@ -13,8 +13,8 @@
url: active_record_basics.html
description: This guide will get you started with models, persistence to database and the Active Record pattern and library.
-
name: Rails Database Migrations
url: migrations.html
name: Active Record Migrations
url: active_record_migrations.html
description: This guide covers how you can use Active Record migrations to alter your database in a structured and organized manner.
-
name: Active Record Validations