# frozen_string_literal: true

class FormTemplateSerializer < ApplicationSerializer
  attributes :id, :name, :template
end