This commit is contained in:
Sean Grove 2011-05-30 14:32:34 -07:00
parent 6834e6db85
commit d557af74ea

View File

@ -66,7 +66,7 @@ namespace :bushido do
case event.category.to_s
when 'app'
case event.name.to_s
when 'claim'
when 'claimed'
# an user has just claimed his application
account = Account.order_by(:created_at).first