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

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