aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/migrations.textile
diff options
context:
space:
mode:
Diffstat (limited to 'railties/guides/source/migrations.textile')
-rw-r--r--railties/guides/source/migrations.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/migrations.textile b/railties/guides/source/migrations.textile
index a159a72659..18920f1d2e 100644
--- a/railties/guides/source/migrations.textile
+++ b/railties/guides/source/migrations.textile
@@ -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