Skip to content
Snippets Groups Projects
collection_presenter.rb 177 B
Newer Older
  • Learn to ignore specific revisions
  • # frozen_string_literal: true
    
    class ActivityPub::CollectionPresenter < ActiveModelSerializers::Model
    
      attributes :id, :type, :size, :items, :part_of, :first, :next, :prev