mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-18 15:13:21 +08:00
6 lines
126 B
Text
6 lines
126 B
Text
|
json.array! teams do |team|
|
||
|
json.id team.id
|
||
|
json.name team.name
|
||
|
json.current_team team == current_user.current_team
|
||
|
end
|