about summary refs log tree commit diff
path: root/app/views/activitypub/types/collection.activitystreams2.rabl
blob: 9e7e14e2b7d2469cab693c314b134a2cd3866b07 (plain) (blame)
1
2
3
4
5
extends 'activitypub/intransient.activitystreams2.rabl'

node(:type)       { 'Collection' }
node(:items)      { [] }
node(:totalItems) { 0 }