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

issue_parent.rb « concerns « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1fcbdcfc12cd32014c9d4f35f90fd4ee398258b (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

# == IssuParent
#
# Used as a common ancestor for Group and Project so we can allow a polymorphic
# Types::GlobalIDType[::IssueParent] in the GraphQL API
#
# Used by Project, Group
#
module IssueParent
end