This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/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