Error in user deletion : delete_user_service.rb
Created by: RonanPresle
As an Admin user I suppressed an account and found a error:
NameError (undefined local variable or method 'current_user' for #DeleteUserService:0x00006fb7be8a08): app/services/delete_user_service.rb:10:in 'block in execute' app/services/delete_user_service.rb:7:in 'execute' app/controllers/admin/users_controller.rb:89:in 'destroy'
As it can be seen the error is in app/services/delete_user_service.rb where current_user
must be replaced by user