debian-mirror-gitlab/app/models/commit_user_mention.rb

6 lines
92 B
Ruby
Raw Normal View History

2020-01-01 13:55:28 +05:30
# frozen_string_literal: true
class CommitUserMention < UserMention
belongs_to :note
end