|
|
@ -48,13 +48,13 @@ module Admin
|
|
|
|
def approve
|
|
|
|
def approve
|
|
|
|
authorize @account.user, :approve?
|
|
|
|
authorize @account.user, :approve?
|
|
|
|
@account.user.approve!
|
|
|
|
@account.user.approve!
|
|
|
|
redirect_to admin_accounts_path(pending: '1')
|
|
|
|
redirect_to admin_pending_accounts_path
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
def reject
|
|
|
|
def reject
|
|
|
|
authorize @account.user, :reject?
|
|
|
|
authorize @account.user, :reject?
|
|
|
|
SuspendAccountService.new.call(@account, including_user: true, destroy: true, skip_distribution: true)
|
|
|
|
SuspendAccountService.new.call(@account, including_user: true, destroy: true, skip_distribution: true)
|
|
|
|
redirect_to admin_accounts_path(pending: '1')
|
|
|
|
redirect_to admin_pending_accounts_path
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
def unsilence
|
|
|
|
def unsilence
|
|
|
|