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

design_user_mention.rb « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: baf4db29a0ffd04a6822618989746af88f2f0d47 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

class DesignUserMention < UserMention
  belongs_to :design, class_name: 'DesignManagement::Design'
  belongs_to :note
end