summaryrefslogtreecommitdiff
path: root/app/models/protected_branch/push_access_level.rb
blob: 7a2e9e5ec5d5e689c354510377a74f75dbfe6a0d (plain)
1
2
3
class ProtectedBranch::PushAccessLevel < ActiveRecord::Base
  include ProtectedBranchAccess
end