X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9442829d310ef1444203f1b3f3dd4b08b75e2cc9..aebacc88de18c24c583a12b589eb98cf0b826627:/app/views/api/user_blocks/show.json.jbuilder diff --git a/app/views/api/user_blocks/show.json.jbuilder b/app/views/api/user_blocks/show.json.jbuilder index 6cfc0ded5..a90b7cd19 100644 --- a/app/views/api/user_blocks/show.json.jbuilder +++ b/app/views/api/user_blocks/show.json.jbuilder @@ -1,3 +1,5 @@ json.partial! "api/root_attributes" -json.partial! @user_block +json.user_block do + json.partial! @user_block +end