From 35634feb474cc55fbc95edeffe98cec241d45f23 Mon Sep 17 00:00:00 2001 From: Matt Boehlig Date: Sun, 11 May 2008 16:46:07 -0500 Subject: Cleanup whitespace and change_table documentation --- activerecord/CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 597b876f22..264ea79d4a 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -8,7 +8,7 @@ change_table :videos do |t| t.timestamps # adds created_at, updated_at - t.belongs_to :goat # add goat_id integer + t.belongs_to :goat # adds goat_id integer t.string :name, :email, :limit => 20 # adds name and email both with a 20 char limit t.remove :name, :email # removes the name and email columns end -- cgit v1.2.3