summaryrefslogtreecommitdiff
path: root/app/policies/customer_relations/organization_policy.rb
blob: 7bf8d6ff4cb23a6feee3a2f49463de4264c5ffd7 (plain)
1
2
3
4
5
6
# frozen_string_literal: true
module CustomerRelations
  class OrganizationPolicy < BasePolicy
    delegate { @subject.group }
  end
end