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