Skip to content

Commit

Permalink
lets try this
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Sep 22, 2011
1 parent 35d321f commit 73b0c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dodgeball.rb
Expand Up @@ -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
Expand Down

0 comments on commit 73b0c86

Please sign in to comment.