# frozen_string_literal: true
class AdminFormTemplateSerializer < ApplicationSerializer
attributes :id, :name, :template
end