about summary refs log tree commit diff
path: root/app/presenters/activitypub/collection_presenter.rb
blob: 39657276f7896828a7e4b739915b6bad17e10650 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class ActivityPub::CollectionPresenter < ActiveModelSerializers::Model
  attributes :id, :type, :size, :items, :part_of, :first, :next, :prev
end