gitlab-org--gitlab-foss/app/policies/namespace_ci_cd_setting_pol...

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

6 lines
156 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class NamespaceCiCdSettingPolicy < BasePolicy # rubocop:disable Gitlab/NamespacedClass
delegate { @subject.namespace }
end