diff options
Diffstat (limited to 'app/views/api/follows')
-rw-r--r-- | app/views/api/follows/show.rabl | 7 |
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') |