discourse/app/serializers/flag_serializer.rb
2024-07-15 09:45:57 +10:00

6 lines
163 B
Ruby

# frozen_string_literal: true
class FlagSerializer < ApplicationSerializer
attributes :id, :name, :name_key, :description, :applies_to, :position, :enabled
end