gitlab-org--gitlab-foss/app/policies/dependency_proxy/image_ttl_group_policy_poli...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
142 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module DependencyProxy
class ImageTtlGroupPolicyPolicy < BasePolicy
delegate { @subject.group }
end
end