discourse/app/serializers/badge_serializer.rb

6 lines
139 B
Ruby
Raw Normal View History

2014-03-05 18:22:20 +05:30
class BadgeSerializer < ApplicationSerializer
attributes :id, :name, :description, :grant_count, :allow_title
2014-03-05 18:22:20 +05:30
has_one :badge_type
end