mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 21:58:34 +08:00
b9a7d945c3
Start work on triggers
6 lines
216 B
Ruby
6 lines
216 B
Ruby
class BadgeSerializer < ApplicationSerializer
|
|
attributes :id, :name, :description, :grant_count, :allow_title,
|
|
:multiple_grant, :icon, :listable, :enabled, :badge_grouping_id
|
|
has_one :badge_type
|
|
end
|