mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-05 23:17:33 +08:00
9 lines
239 B
Text
9 lines
239 B
Text
|
json.team do
|
||
|
json.id team.id
|
||
|
json.name team.name
|
||
|
json.created_at team.created_at
|
||
|
json.created_by "#{team.created_by.full_name} (#{team.created_by.email})"
|
||
|
json.space_taken team.space_taken
|
||
|
json.description team.description
|
||
|
end
|