gitlab-org--gitlab-foss/app/models/protected_branch/push_access_level.rb

6 lines
126 B
Ruby

# frozen_string_literal: true
class ProtectedBranch::PushAccessLevel < ApplicationRecord
include ProtectedBranchAccess
end