Change wording to be more understandable

This commit is contained in:
Jason Noble 2011-12-03 19:18:27 -07:00
parent f7740f20f2
commit aca34b8e51

@ -479,8 +479,8 @@ the +change+ method supports only these migration definitions:
* +rename_index+
* +rename_table+
If you're going to use other methods, you'll have to write the +up+ and +down+
methods normally.
If you're going to need to use any other methods, you'll have to write the
+up+ and +down+ methods instead of using the change method.
h4. Writing Your +down+ Method