discourse/app/serializers/badge_serializer.rb
2014-03-14 21:49:26 +05:30

6 lines
111 B
Ruby

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