From ae4448253d5b710bd754d7a6dc1dbd7391c832be Mon Sep 17 00:00:00 2001 From: schneems Date: Mon, 1 Oct 2012 20:54:48 -0400 Subject: improve wording over `change` method docs The feature is available after Rails 3.1 and this is no longer a "new" feature. --- guides/source/migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/migrations.md b/guides/source/migrations.md index 2d633175d1..6f9b435c5c 100644 --- a/guides/source/migrations.md +++ b/guides/source/migrations.md @@ -85,7 +85,7 @@ existing users. ### Using the change method -Rails 3.1 makes migrations smarter by providing a new `change` method. +Rails 3.1 and up makes migrations smarter by providing a `change` method. This method is preferred for writing constructive migrations (adding columns or tables). The migration knows how to migrate your database and reverse it when the migration is rolled back without the need to write a separate `down` method. -- cgit v1.2.3