discourse-data-explorer/app/serializers/data_explorer/small_badge_serializer.rb

6 lines
158 B
Ruby
Raw Normal View History

2020-08-26 21:19:55 -04:00
# frozen_string_literal: true
class DataExplorer::SmallBadgeSerializer < ApplicationSerializer
attributes :id, :name, :badge_type, :description, :icon
end