# frozen_string_literal: true
class Staff::Person::AccountConnectionLinkPolicy < ApplicationPolicy
def show?
record.person.account.nil? && account&.superuser?
end
def create?