You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
381 B

json.leaderboard @leaderboard do |entry|
json.country_code entry[:country_code]
json.score entry[:score]
json.tomatoes entry[:tomatoes]
json.per_employee entry[:per_employee]
end
json.badges @badges do |badge|
json.type badge[:type]
json.country_code badge[:country_code]
json.message badge[:message]
end
json.updated_at @updated_at.iso8601