From ffe48fd7c6b970bc9b98bf999535e49572e82035 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 7 Mar 2016 12:52:25 +0100 Subject: Improving how the API responses look --- app/views/api/follows/show.rabl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'app/views/api/follows/show.rabl') 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') -- cgit