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