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

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

class ServicePolicy < BasePolicy
  delegate(:project)
end