discourse/app/serializers/badge_serializer.rb

6 lines
156 B
Ruby
Raw Normal View History

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