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

class ProtectedBranch::PushAccessLevel < ApplicationRecord
  include ProtectedBranchAccess
end