discourse/app/serializers/admin_form_template_serializer.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
128 B
Ruby
Raw Normal View History

2023-02-09 03:21:39 +08:00
# frozen_string_literal: true
class AdminFormTemplateSerializer < ApplicationSerializer
attributes :id, :name, :template
end