# frozen_string_literal: true
class SettingsPolicy < ApplicationPolicy
def update?
role.can?(:manage_settings)
end
def show?
def destroy?