2014-03-05 20:52:20 +08:00
|
|
|
class BadgeSerializer < ApplicationSerializer
|
2014-07-22 09:11:30 +08:00
|
|
|
attributes :id, :name, :description, :grant_count, :allow_title,
|
|
|
|
:multiple_grant, :icon, :listable, :enabled, :badge_grouping_id
|
2014-03-05 20:52:20 +08:00
|
|
|
has_one :badge_type
|
|
|
|
end
|