about summary refs log tree commit diff
path: root/app/views/api/v1/timelines/base/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/base/show.rabl
parentbd669e390743f98eb8bc777a8a9d01980b7b44b4 (diff)
Refactor and spec coverage for api/v1/timelines actions (#3482)
Diffstat (limited to 'app/views/api/v1/timelines/base/show.rabl')
-rw-r--r--app/views/api/v1/timelines/base/show.rabl2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/api/v1/timelines/base/show.rabl b/app/views/api/v1/timelines/base/show.rabl
deleted file mode 100644
index 0a0ed13c5..000000000
--- a/app/views/api/v1/timelines/base/show.rabl
+++ /dev/null
@@ -1,2 +0,0 @@
-collection @statuses
-extends('api/v1/statuses/show')