remove user deletion until further notice

This commit is contained in:
Stella 2015-01-18 22:01:05 +02:00
parent bca62e6204
commit 80fbc144ac
4 changed files with 1 additions and 42 deletions

View file

@ -35,10 +35,5 @@ module Admin
end
def edit; end
def destroy
@user.destroy
redirect_to admin_users_path, notice: 'User got deleted'
end
end
end