From 73b0c8662e161ad7cf5f6d15b30831e70adf7fa9 Mon Sep 17 00:00:00 2001 From: Scott Chacon Date: Thu, 22 Sep 2011 15:33:03 -0700 Subject: [PATCH] lets try this --- dodgeball.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dodgeball.rb b/dodgeball.rb index c0da715..19775da 100644 --- a/dodgeball.rb +++ b/dodgeball.rb @@ -22,7 +22,7 @@ class Team property :charity_url, String property :github, String property :twitter, String - property :image, String + property :image, Text property :donation, Integer, :default => 3000 property :sponsored, Integer property :cool, Boolean, :default => false