gitlab-org--gitlab-foss/app/policies/application_setting_policy.rb

6 lines
170 B
Ruby
Raw Normal View History

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