mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-30 19:42:17 +00:00
6 lines
141 B
Ruby
6 lines
141 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class InferredConceptSerializer < ApplicationSerializer
|
||
|
attributes :id, :name, :created_at, :updated_at
|
||
|
end
|