diff options
author | Jason Noble <perlwizard@gmail.com> | 2011-12-03 19:18:27 -0700 |
---|---|---|
committer | Jason Noble <perlwizard@gmail.com> | 2011-12-03 19:31:44 -0700 |
commit | aca34b8e514a375bbcb9899fa598d0d97c662990 (patch) | |
tree | d8b135568152076b6f9465b6ad2edbef0e7bd4dc | |
parent | f7740f20f2266be00d3e0a8dbb82a9bbb402de70 (diff) | |
download | rails-aca34b8e514a375bbcb9899fa598d0d97c662990.tar.gz rails-aca34b8e514a375bbcb9899fa598d0d97c662990.tar.bz2 rails-aca34b8e514a375bbcb9899fa598d0d97c662990.zip |
Change wording to be more understandable
-rw-r--r-- | railties/guides/source/migrations.textile | 4 |
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 |