diff --git a/app/controllers/webhooks/activations_controller.rb b/app/controllers/webhooks/activations_controller.rb index e99cd35b4..02205efb6 100644 --- a/app/controllers/webhooks/activations_controller.rb +++ b/app/controllers/webhooks/activations_controller.rb @@ -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