diff options
author | Fernando Briano <fernando@picandocodigo.net> | 2012-04-03 15:42:18 -0300 |
---|---|---|
committer | Fernando Briano <fernando@picandocodigo.net> | 2012-04-03 15:42:18 -0300 |
commit | 428149c8f3bf4d9887318a1346fe2bf3e3367595 (patch) | |
tree | 1679bd47368d53e044d03a7ca930741cebce3e4e | |
parent | 1827bc9524aef939615395eb153a9f5f093735cc (diff) | |
download | rails-428149c8f3bf4d9887318a1346fe2bf3e3367595.tar.gz rails-428149c8f3bf4d9887318a1346fe2bf3e3367595.tar.bz2 rails-428149c8f3bf4d9887318a1346fe2bf3e3367595.zip |
Fixed small typo
-rw-r--r-- | guides/source/migrations.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/migrations.textile b/guides/source/migrations.textile index c11f8e221b..cb7ee1e6a2 100644 --- a/guides/source/migrations.textile +++ b/guides/source/migrations.textile @@ -497,7 +497,7 @@ and h4. Using the +change+ Method The +change+ method removes the need to write both +up+ and +down+ methods in -those cases that Rails know how to revert the changes automatically. Currently, +those cases that Rails knows how to revert the changes automatically. Currently, the +change+ method supports only these migration definitions: * +add_column+ |