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

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

class ApplicationSettingPolicy < BasePolicy # rubocop:disable Gitlab/NamespacedClass
  rule { admin }.enable :read_application_setting
end