mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-21 23:37:47 +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
|