mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-20 16:30:26 +00:00
8 lines
134 B
Ruby
8 lines
134 B
Ruby
# frozen_string_literal: true
|
|
|
|
class UserMention < ApplicationRecord
|
|
self.abstract_class = true
|
|
|
|
include UserMentionBehaviour
|
|
end
|