summaryrefslogtreecommitdiff
path: root/app/models/commit_user_mention.rb
blob: 680d20b61cf88f012f44f74da11766de7579fa2f (plain)
1
2
3
4
5
# frozen_string_literal: true

class CommitUserMention < UserMention
  belongs_to :note
end