mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-18 07:01:58 +08:00
5 lines
126 B
Ruby
5 lines
126 B
Ruby
json.array! teams do |team|
|
|
json.id team.id
|
|
json.name team.name
|
|
json.current_team team == current_user.current_team
|
|
end
|