Repository URL to install this package:
|
Version:
2.23.0 ▾
|
module JPlatform
class Ticket::FeedItem < ::PlatformResource
include PlatformConcern
belongs_to :ticket, class_name: 'JPlatform::Ticket'
belongs_to :author, class_name: 'JPlatform::User'
validates :ticket_id, :author_id, :message, presence: true
end
end