2022-01-01 13:38:12 +00:00
|
|
|
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
|
2013-06-12 15:59:58 +00:00
|
|
|
|
2019-10-15 10:15:58 +00:00
|
|
|
class Notification < ApplicationModel
|
2021-04-12 09:49:26 +00:00
|
|
|
include ChecksHtmlSanitized
|
|
|
|
|
|
|
|
sanitized_html :note
|
2012-04-10 14:06:46 +00:00
|
|
|
end
|