diff options
author | Juanito Fatas <katehuang0320@gmail.com> | 2014-06-10 15:41:15 +0800 |
---|---|---|
committer | Juanito Fatas <katehuang0320@gmail.com> | 2014-06-10 15:41:15 +0800 |
commit | c4c3a44685b4cfb1ffd4c27309ccfbf1bb53d4e5 (patch) | |
tree | 7d7e937bd63b2aa6f50d8c7c5df7c73326e66258 /guides | |
parent | 44b7d6c41610bb8ddd058b3815543985f65bf7ad (diff) | |
download | rails-c4c3a44685b4cfb1ffd4c27309ccfbf1bb53d4e5.tar.gz rails-c4c3a44685b4cfb1ffd4c27309ccfbf1bb53d4e5.tar.bz2 rails-c4c3a44685b4cfb1ffd4c27309ccfbf1bb53d4e5.zip |
[ci skip] Rename: Rails Database Migration to Active Record Migration.
This will need to setup permanent redirect for the old guide.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/active_record_migrations.md (renamed from guides/source/migrations.md) | 0 | ||||
-rw-r--r-- | guides/source/documents.yaml | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/migrations.md b/guides/source/active_record_migrations.md index ef95a28564..ef95a28564 100644 --- a/guides/source/migrations.md +++ b/guides/source/active_record_migrations.md diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index 5138412312..82e248ee38 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -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 |