Files
docuseal/app/controllers/webhook_hmac_controller.rb
2026-05-08 15:43:34 +03:00

8 lines
162 B
Ruby

# frozen_string_literal: true
class WebhookHmacController < ApplicationController
load_and_authorize_resource :webhook_url, parent: false
def show; end
end