mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-25 16:00:50 +00:00
6 lines
92 B
Ruby
6 lines
92 B
Ruby
# frozen_string_literal: true
|
|
|
|
class CommitUserMention < UserMention
|
|
belongs_to :note
|
|
end
|