debian-mirror-gitlab/app/policies/projects/branch_rule_policy.rb
2023-03-17 16:20:25 +05:30

8 lines
148 B
Ruby

# frozen_string_literal: true
module Projects
class BranchRulePolicy < ::ProtectedBranchPolicy
end
end
Projects::BranchRulePolicy.prepend_mod