1# frozen_string_literal: true
2module CustomerRelations
3  class OrganizationPolicy < BasePolicy
4    delegate { @subject.group }
5  end
6end
7