Files
gitlab-ce/app/models/snippet_user_mention.rb
2023-11-30 06:11:20 +00:00

7 lines
115 B
Ruby

# frozen_string_literal: true
class SnippetUserMention < UserMention
belongs_to :snippet
belongs_to :note
end