# frozen_string_literal: true class InferredConceptSerializer < ApplicationSerializer attributes :id, :name, :created_at, :updated_at end