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

6 lines
92 B
Ruby

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