summaryrefslogtreecommitdiff
path: root/app/policies/projects/branch_rule_policy.rb
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