# frozen_string_literal: true
class WebhookPolicy < ApplicationPolicy
def index?
admin?
end
def create?
def show?
def update?
def enable?
def disable?
def rotate_secret?
def destroy?