diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-06-25 18:47:51 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-06-25 18:47:51 +0530 |
commit | 5a79ca660ad55236b7881f5e0655ae75b1b9ca37 (patch) | |
tree | 34bed75226d950f6386b78f782d2b2f99e0bbcac /railties/guides/source/migrations.textile | |
parent | 2332aa6e188a14afb16c13a879d272b2c3ff03b8 (diff) | |
download | rails-5a79ca660ad55236b7881f5e0655ae75b1b9ca37.tar.gz rails-5a79ca660ad55236b7881f5e0655ae75b1b9ca37.tar.bz2 rails-5a79ca660ad55236b7881f5e0655ae75b1b9ca37.zip |
fix typo in method name
Diffstat (limited to 'railties/guides/source/migrations.textile')
-rw-r--r-- | railties/guides/source/migrations.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/migrations.textile b/railties/guides/source/migrations.textile index f17f686d47..dbbf8f3b51 100644 --- a/railties/guides/source/migrations.textile +++ b/railties/guides/source/migrations.textile @@ -344,7 +344,7 @@ The +change+ method removes the need to write both +up+ and +down+ methods in th * +add_column+ * +add_index+ -* +add_timestamp+ +* +add_timestamps+ * +create_table+ * +remove_timestamps+ * +rename_column+ |