mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
7 lines
153 B
Ruby
7 lines
153 B
Ruby
# frozen_string_literal: true
|
|
|
|
class DesignUserMention < UserMention
|
|
belongs_to :design, class_name: 'DesignManagement::Design'
|
|
belongs_to :note
|
|
end
|