Unnecessary

This commit is contained in:
David Heinemeier Hansson
2025-11-03 15:06:41 +01:00
parent ed9259fa1a
commit 8d28c25a7b
+1 -1
View File
@@ -29,7 +29,7 @@ class WebhooksController < ApplicationController
def destroy
@webhook.destroy!
redirect_to collection_webhooks_path, status: :see_other
redirect_to collection_webhooks_path
end
private