Updated from tootsuite

This commit is contained in:
Ondřej Hruška
2017-07-17 20:03:57 +02:00
34 changed files with 221 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true
class ActivityPub::CollectionPresenter < ActiveModelSerializers::Model
attributes :id, :type, :current, :size, :items
attributes :id, :type, :size, :items
end