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

class ActivityPub::CollectionPresenter < ActiveModelSerializers::Model
  attributes :id, :type, :current, :size, :items
end