mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 00:49:07 +08:00
5 lines
133 B
Ruby
5 lines
133 B
Ruby
json.array! activities do |activity|
|
|
json.id activity.id
|
|
json.message activity.message
|
|
json.created_at activity.created_at
|
|
end
|