debian-mirror-gitlab/app/models/concerns/issue_parent.rb
2023-04-23 21:23:45 +05:30

11 lines
237 B
Ruby

# 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