Typo
This commit is contained in:
parent
6834e6db85
commit
d557af74ea
@ -66,7 +66,7 @@ namespace :bushido do
|
|||||||
case event.category.to_s
|
case event.category.to_s
|
||||||
when 'app'
|
when 'app'
|
||||||
case event.name.to_s
|
case event.name.to_s
|
||||||
when 'claim'
|
when 'claimed'
|
||||||
# an user has just claimed his application
|
# an user has just claimed his application
|
||||||
account = Account.order_by(:created_at).first
|
account = Account.order_by(:created_at).first
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user