aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/migrations.textile
diff options
context:
space:
mode:
authorJason Noble <perlwizard@gmail.com>2011-12-03 19:18:27 -0700
committerJason Noble <perlwizard@gmail.com>2011-12-03 19:31:44 -0700
commitaca34b8e514a375bbcb9899fa598d0d97c662990 (patch)
treed8b135568152076b6f9465b6ad2edbef0e7bd4dc /railties/guides/source/migrations.textile
parentf7740f20f2266be00d3e0a8dbb82a9bbb402de70 (diff)
downloadrails-aca34b8e514a375bbcb9899fa598d0d97c662990.tar.gz
rails-aca34b8e514a375bbcb9899fa598d0d97c662990.tar.bz2
rails-aca34b8e514a375bbcb9899fa598d0d97c662990.zip
Change wording to be more understandable
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