aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorHarshad Sabne <harshadsabne@users.noreply.github.com>2014-09-06 00:20:03 +0530
committerHarshad Sabne <harshadsabne@users.noreply.github.com>2014-09-06 00:20:03 +0530
commit72e42d2521935600d4eb5a96527133e0a14dbf45 (patch)
treec99d2a5c1416316767e30ab30bde536f39874c43 /guides
parentf57fd2f5d5fe65412f4f5b9f13be1663de57938e (diff)
downloadrails-72e42d2521935600d4eb5a96527133e0a14dbf45.tar.gz
rails-72e42d2521935600d4eb5a96527133e0a14dbf45.tar.bz2
rails-72e42d2521935600d4eb5a96527133e0a14dbf45.zip
'Revert' ->active_record_migrations [ci skip]
Revert method documentation moved from migrations.md to active_record_migrations.md
Diffstat (limited to 'guides')
-rw-r--r--guides/source/4_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_0_release_notes.md b/guides/source/4_0_release_notes.md
index da212a3c9d..84a65df2bc 100644
--- a/guides/source/4_0_release_notes.md
+++ b/guides/source/4_0_release_notes.md
@@ -233,7 +233,7 @@ Please refer to the [Changelog](https://github.com/rails/rails/blob/4-0-stable/a
* New method `revert` will revert a whole migration or the given block.
If migrating down, the given migration / block is run normally.
- See the [Guide on Migration](https://github.com/rails/rails/blob/master/guides/source/migrations.md#reverting-previous-migrations)
+ See the [Guide on Migration](https://github.com/rails/rails/blob/master/guides/source/active_record_migrations.md#reverting-previous-migrations)
* Adds PostgreSQL array type support. Any datatype can be used to create an array column, with full migration and schema dumper support.