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

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

class NilPolicy < BasePolicy
  rule { default }.prevent_all
end