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