mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
8 lines
239 B
Ruby
8 lines
239 B
Ruby
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
|