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

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

class IssueUserMention < UserMention
  belongs_to :issue
  belongs_to :note
end