diff --git a/lib/tasks/bushido.rake b/lib/tasks/bushido.rake index 8753b888..6897d464 100644 --- a/lib/tasks/bushido.rake +++ b/lib/tasks/bushido.rake @@ -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