fix style

This commit is contained in:
Stella Rouzi 2014-08-12 15:56:12 +03:00
parent e6ddb910d6
commit ed11253d4f

View file

@ -29,7 +29,7 @@ module Admin
def destroy
@user.destroy
redirect_to admin_users_path, notice: "User got deleted"
redirect_to admin_users_path, notice: 'User got deleted'
end
end
end