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

class ProtectedBranch::MergeAccessLevel < ActiveRecord::Base
  include ProtectedBranchAccess
end