Welcome to mirror list, hosted at ThFree Co, Russian Federation.

integration_policy.rb « policies « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1199d915ea2df134578de825d1a642f33d852c4 (plain)
1
2
3
4
5
# frozen_string_literal: true

class IntegrationPolicy < BasePolicy
  delegate(:project)
end