Welcome to mirror list, hosted at ThFree Co, Russian Federation.

create_access_level.rb « protected_tag « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0eff99241536ab6436d0bcc3e2f8669bf6e4a7e8 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

class ProtectedTag::CreateAccessLevel < ApplicationRecord
  include Importable
  include ProtectedTagAccess
  include ProtectedRefDeployKeyAccess
end