mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-03 07:58:46 +08:00
5 lines
123 B
Ruby
5 lines
123 B
Ruby
# frozen_string_literal: true
|
|
|
|
class FormTemplateSerializer < ApplicationSerializer
|
|
attributes :id, :name, :template
|
|
end
|