discourse/app/serializers/admin_form_template_seriali...

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-08 14:21:39 -05:00
# frozen_string_literal: true
class AdminFormTemplateSerializer < ApplicationSerializer
attributes :id, :name, :template
end