discourse/app/serializers/badge_serializer.rb

6 lines
125 B
Ruby
Raw Normal View History

2014-03-05 20:52:20 +08:00
class BadgeSerializer < ApplicationSerializer
attributes :id, :name, :description, :grant_count
2014-03-05 20:52:20 +08:00
has_one :badge_type
end