From aca34b8e514a375bbcb9899fa598d0d97c662990 Mon Sep 17 00:00:00 2001 From: Jason Noble Date: Sat, 3 Dec 2011 19:18:27 -0700 Subject: Change wording to be more understandable --- railties/guides/source/migrations.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties/guides/source') 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 -- cgit v1.2.3