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.rabl7
1 files changed, 2 insertions, 5 deletions
diff --git a/app/views/api/follows/show.rabl b/app/views/api/follows/show.rabl
index 38c3424da..e5b52b828 100644
--- a/app/views/api/follows/show.rabl
+++ b/app/views/api/follows/show.rabl
@@ -1,5 +1,2 @@
-object @follow
-
-child :target_account => :target_account do
-  extends('api/accounts/show')
-end
+object @follow.target_account
+extends('api/accounts/show')