summaryrefslogtreecommitdiff
path: root/app/models/protected_branch/merge_access_level.rb
blob: de240e4031630b92bd5d409337643ad467fe6a1a (plain)
1
2
3
4
5
# frozen_string_literal: true

class ProtectedBranch::MergeAccessLevel < ApplicationRecord
  include ProtectedBranchAccess
end