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

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

module Projects
  class BranchRulePolicy < ::ProtectedBranchPolicy
  end
end

Projects::BranchRulePolicy.prepend_mod