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

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

# TODO: https://gitlab.com/groups/gitlab-org/-/epics/7054
# This file is a part of the Consolidate Group and Project member management epic,
# and will be developed further as we progress through that epic.
class ProjectNamespaceMember < ProjectMember # rubocop:disable Gitlab/NamespacedClass
end