gitlab-ce/app/models/projects/branch_rules.rb

10 lines
148 B
Ruby

# frozen_string_literal: true
module Projects
module BranchRules
def self.table_name_prefix
"projects_branch_rules_"
end
end
end