discourse/app/serializers/badge_serializer.rb
2014-04-16 18:42:06 +05:30

6 lines
125 B
Ruby

class BadgeSerializer < ApplicationSerializer
attributes :id, :name, :description, :grant_count
has_one :badge_type
end