This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-07-14 18:01:39 -07:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
class ActivityPub::CollectionPresenter < ActiveModelSerializers::Model
|
2017-07-16 01:28:55 -07:00
|
|
|
attributes :id, :type, :size, :items
|
2017-07-14 18:01:39 -07:00
|
|
|
end
|