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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-12 15:10:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-12 15:10:24 +0300
commit71a67d17b02e7b8dec2f4c257f6734dc7818fb1e (patch)
tree6b45633257869a67fd534bd2cf899b93a48794c0 /app/policies/integration_policy.rb
parent133ec9237af290062aae70e6f115db69b51c88de (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/policies/integration_policy.rb')
-rw-r--r--app/policies/integration_policy.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/policies/integration_policy.rb b/app/policies/integration_policy.rb
new file mode 100644
index 00000000000..c1199d915ea
--- /dev/null
+++ b/app/policies/integration_policy.rb
@@ -0,0 +1,5 @@
+# frozen_string_literal: true
+
+class IntegrationPolicy < BasePolicy
+ delegate(:project)
+end