From c6da7c536c13555eba6aca82e0b5385b86b21211 Mon Sep 17 00:00:00 2001 From: Frederick Cheung Date: Thu, 11 Sep 2008 10:20:24 +0100 Subject: Fixed many typos --- railties/doc/guides/migrations/creating_a_migration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/doc/guides/migrations/creating_a_migration.txt') diff --git a/railties/doc/guides/migrations/creating_a_migration.txt b/railties/doc/guides/migrations/creating_a_migration.txt index 6c8c16c771..892c73a533 100644 --- a/railties/doc/guides/migrations/creating_a_migration.txt +++ b/railties/doc/guides/migrations/creating_a_migration.txt @@ -25,7 +25,7 @@ end ----------------------- You can append as many column name/type pairs as you want. By default `t.timestamps` (which creates the `updated_at` and `created_at` columns that -are automatically populated by Active Record are also created) will be added for you. +are automatically populated by Active Record) will be added for you. === Creating a standalone migration === If you are creating migrations for other purposes (for example to add a column to an existing table) then you can use the migration generator: -- cgit v1.2.3