From 94e213c6c11fb3476a6c151425052775427574e1 Mon Sep 17 00:00:00 2001 From: Evan Minto Date: Mon, 6 Feb 2017 01:19:05 -0800 Subject: Reuse existing controller and route --- app/views/activitypub/types/person.rabl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/views/activitypub/types/person.rabl (limited to 'app/views/activitypub/types') diff --git a/app/views/activitypub/types/person.rabl b/app/views/activitypub/types/person.rabl new file mode 100644 index 000000000..17c53bb7b --- /dev/null +++ b/app/views/activitypub/types/person.rabl @@ -0,0 +1,3 @@ +extends 'activitypub/intransient.rabl' + +node(:type) { 'Person' } \ No newline at end of file -- cgit