scinote-web/app/views/client_api/teams/current_team.json.jbuilder

5 lines
57 B
Plaintext
Raw Normal View History

2017-11-06 22:14:17 +08:00
json.team do
json.id team.id
json.name team.name
end