Just stick to default

This commit is contained in:
David Heinemeier Hansson
2025-11-03 14:49:00 +01:00
parent 7f7ecdaf28
commit 2bf95f5b9a
@@ -4,7 +4,7 @@ class Webhooks::ActivationsController < ApplicationController
def create
@webhook.activate unless @webhook.active?
redirect_to @webhook, status: :see_other
redirect_to @webhook
end
private