summaryrefslogtreecommitdiff
path: root/app/policies/integration_policy.rb
blob: c1199d915ea2df134578de825d1a642f33d852c4 (plain)
1
2
3
4
5
# frozen_string_literal: true

class IntegrationPolicy < BasePolicy
  delegate(:project)
end