collection_presenter.rb (177B)
- # frozen_string_literal: true
- class ActivityPub::CollectionPresenter < ActiveModelSerializers::Model
- attributes :id, :type, :size, :items, :part_of, :first, :next, :prev
- end
git clone https://hacktivis.me/git/mastofe.git
collection_presenter.rb (177B)
- # frozen_string_literal: true
- class ActivityPub::CollectionPresenter < ActiveModelSerializers::Model
- attributes :id, :type, :size, :items, :part_of, :first, :next, :prev
- end