gitlab-org--gitlab-foss/app/models/commit_user_mention.rb

6 lines
92 B
Ruby

# frozen_string_literal: true
class CommitUserMention < UserMention
belongs_to :note
end