discourse/app/serializers/badge_serializer.rb

6 lines
125 B
Ruby
Raw Normal View History

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