9 lines
148 B
Ruby
9 lines
148 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module Projects
|
||
|
class BranchRulePolicy < ::ProtectedBranchPolicy
|
||
|
end
|
||
|
end
|
||
|
|
||
|
Projects::BranchRulePolicy.prepend_mod
|