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

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

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