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

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

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