mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-07 01:39:54 +00:00
6 lines
163 B
Ruby
6 lines
163 B
Ruby
# frozen_string_literal: true
|
|
|
|
class AiChatChannelSerializer < ApplicationSerializer
|
|
attributes :id, :chatable, :chatable_type, :chatable_url, :title, :slug
|
|
end
|