discourse/app/serializers/badge_serializer.rb

6 lines
111 B
Ruby
Raw Normal View History

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