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