about summary refs log tree commit diff
path: root/app/views/api/v1/timelines/show.rabl
diff options
context:
space:
mode:
authorMatt Jankowski <mjankowski@thoughtbot.com>2017-05-31 14:27:17 -0400
committerEugen Rochko <eugen@zeonfederated.com>2017-05-31 20:27:17 +0200
commitd6774d2ca39b66ba6a80e707dbd58a6b391ee274 (patch)
treeee2d1d5f5de480bf9eecca5815f314ee17019395 /app/views/api/v1/timelines/show.rabl
parentbd669e390743f98eb8bc777a8a9d01980b7b44b4 (diff)
Refactor and spec coverage for api/v1/timelines actions (#3482)
Diffstat (limited to 'app/views/api/v1/timelines/show.rabl')
-rw-r--r--app/views/api/v1/timelines/show.rabl2
1 files changed, 2 insertions, 0 deletions
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')