mirror of
https://github.com/discourse/discourse.git
synced 2025-01-20 07:12:46 +08:00
6 lines
156 B
Ruby
6 lines
156 B
Ruby
class BadgeSerializer < ApplicationSerializer
|
|
attributes :id, :name, :description, :grant_count, :allow_title, :multiple_grant
|
|
|
|
has_one :badge_type
|
|
end
|