mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 23:16:20 +08:00
6 lines
181 B
Ruby
6 lines
181 B
Ruby
# frozen_string_literal: true
|
|
|
|
class FlagSerializer < ApplicationSerializer
|
|
attributes :id, :name, :name_key, :description, :applies_to, :position, :require_message, :enabled
|
|
end
|