From d6774d2ca39b66ba6a80e707dbd58a6b391ee274 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Wed, 31 May 2017 14:27:17 -0400 Subject: Refactor and spec coverage for api/v1/timelines actions (#3482) --- app/views/api/v1/timelines/show.rabl | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/views/api/v1/timelines/show.rabl (limited to 'app/views/api/v1/timelines/show.rabl') diff --git a/app/views/api/v1/timelines/show.rabl b/app/views/api/v1/timelines/show.rabl new file mode 100644 index 000000000..0a0ed13c5 --- /dev/null +++ b/app/views/api/v1/timelines/show.rabl @@ -0,0 +1,2 @@ +collection @statuses +extends('api/v1/statuses/show') -- cgit