mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 21:34:50 +00:00
6 lines
184 B
Ruby
6 lines
184 B
Ruby
class BadgeSerializer < ApplicationSerializer
|
|
attributes :id, :name, :description, :grant_count, :allow_title, :multiple_grant, :icon, :listable, :enabled
|
|
|
|
has_one :badge_type
|
|
end
|