debian-mirror-gitlab/app/models/snippet_user_mention.rb
2020-01-01 13:55:28 +05:30

7 lines
115 B
Ruby

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