debian-mirror-gitlab/app/models/concerns/issue_parent.rb

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

12 lines
237 B
Ruby
Raw Normal View History

2023-04-23 21:23:45 +05:30
# 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