# frozen_string_literal: true
class RulePolicy < ApplicationPolicy
def index?
role.can?(:manage_rules)
end
def create?
def update?
def destroy?