trabajo-afectivo/app/models/ticket/article/sender.rb
2022-01-01 14:38:12 +01:00

11 lines
286 B
Ruby

# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
class Ticket::Article::Sender < ApplicationModel
include ChecksHtmlSanitized
include ChecksLatestChangeObserved
include HasCollectionUpdate
validates :name, presence: true
sanitized_html :note
end