gitlab-org--gitlab-foss/app/models/members/project_namespace_member.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
328 B
Ruby
Raw Normal View History

# 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