From 72e42d2521935600d4eb5a96527133e0a14dbf45 Mon Sep 17 00:00:00 2001 From: Harshad Sabne Date: Sat, 6 Sep 2014 00:20:03 +0530 Subject: 'Revert' ->active_record_migrations [ci skip] Revert method documentation moved from migrations.md to active_record_migrations.md --- guides/source/4_0_release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') 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. -- cgit v1.2.3