5 lines
92 B
Ruby
5 lines
92 B
Ruby
# frozen_string_literal: true
|
|
|
|
class CommitUserMention < UserMention
|
|
belongs_to :note
|
|
end
|