improve wording over change method docs

The feature is available after Rails 3.1 and this is no longer a "new" feature.
This commit is contained in:
schneems 2012-10-01 20:54:48 -04:00
parent eb853940d1
commit ae4448253d

@ -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.