about summary refs log tree commit diff
path: root/app/views/api/follows/show.rabl
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/api/follows/show.rabl')
-rw-r--r--app/views/api/follows/show.rabl5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/api/follows/show.rabl b/app/views/api/follows/show.rabl
new file mode 100644
index 000000000..38c3424da
--- /dev/null
+++ b/app/views/api/follows/show.rabl
@@ -0,0 +1,5 @@
+object @follow
+
+child :target_account => :target_account do
+  extends('api/accounts/show')
+end