aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/migrations.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/migrations.textile b/railties/guides/source/migrations.textile
index 18920f1d2e..7186e9998c 100644
--- a/railties/guides/source/migrations.textile
+++ b/railties/guides/source/migrations.textile
@@ -482,7 +482,7 @@ the +change+ method supports only these migration definitions:
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
+h4. Using the +up+/+down+ Methods
The +down+ method of your migration should revert the transformations done by
the +up+ method. In other words, the database schema should be unchanged if you