discourse-ai/app/serializers/a_i_chat_channel_serializer.rb

6 lines
163 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class AIChatChannelSerializer < ApplicationSerializer
attributes :id, :chatable, :chatable_type, :chatable_url, :title, :slug
end