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

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