debian-mirror-gitlab/app/policies/projects/branch_rule_policy.rb

9 lines
148 B
Ruby
Raw Normal View History

2023-03-17 16:20:25 +05:30
# frozen_string_literal: true
module Projects
class BranchRulePolicy < ::ProtectedBranchPolicy
end
end
Projects::BranchRulePolicy.prepend_mod