about summary refs log tree commit diff
path: root/app/views/activitypub/types/ordered_collection_page.activitystreams2.rabl
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/activitypub/types/ordered_collection_page.activitystreams2.rabl')
-rw-r--r--app/views/activitypub/types/ordered_collection_page.activitystreams2.rabl4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/activitypub/types/ordered_collection_page.activitystreams2.rabl b/app/views/activitypub/types/ordered_collection_page.activitystreams2.rabl
new file mode 100644
index 000000000..f498fe8e5
--- /dev/null
+++ b/app/views/activitypub/types/ordered_collection_page.activitystreams2.rabl
@@ -0,0 +1,4 @@
+extends 'activitypub/types/ordered_collection.activitystreams2.rabl'
+
+node(:type)     { 'OrderedCollectionPage' }
+node(:current)  { request.original_url }