Welcome to mirror list, hosted at ThFree Co, Russian Federation.

merge_access_level.rb « protected_branch « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: de240e4031630b92bd5d409337643ad467fe6a1a (plain)
1
2
3
4
5
# frozen_string_literal: true

class ProtectedBranch::MergeAccessLevel < ApplicationRecord
  include ProtectedBranchAccess
end