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

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

class ContainerRepositoryPolicy < BasePolicy
  delegate { @subject.project }
end