scinote-web/app/views/client_api/teams/current_team.json.jbuilder
2017-11-06 15:14:17 +01:00

5 lines
57 B
Ruby

json.team do
json.id team.id
json.name team.name
end