Skip to content

Commit

Permalink
improve wording over change method docs
Browse files Browse the repository at this point in the history
The feature is available after Rails 3.1 and this is no longer a "new" feature.
  • Loading branch information
schneems committed Oct 2, 2012
1 parent eb85394 commit ae44482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/migrations.md
Expand Up @@ -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.
Expand Down

0 comments on commit ae44482

Please sign in to comment.