This commit is contained in:
Aaron Patterson 2010-11-19 11:48:23 -08:00
parent 598fc85f9e
commit 6bd93f672a

@ -9,7 +9,7 @@ just define the "change" method. For example:
create_table(:horses) do
t.column :content, :text
t.column :remind_at, :datetime
end
end
end
end