mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-06 10:19:48 +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
|