debian-mirror-gitlab/app/models/commit_user_mention.rb
2020-01-01 13:55:28 +05:30

6 lines
92 B
Ruby

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