mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 10:33:43 +08:00
6 lines
125 B
Ruby
6 lines
125 B
Ruby
class BadgeSerializer < ApplicationSerializer
|
|
attributes :id, :name, :description, :grant_count
|
|
|
|
has_one :badge_type
|
|
end
|