mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-03-06 17:39:08 +00:00
6 lines
173 B
Ruby
6 lines
173 B
Ruby
# frozen_string_literal: true
|
|
|
|
class DataExplorer::SmallBadgeSerializer < ApplicationSerializer
|
|
attributes :id, :name, :display_name, :badge_type, :description, :icon
|
|
end
|