X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0a046673d630a4618c27559875ce613465d85d3c..1f1a20e5399d957c8f45a36d5d880aac84a95d3f:/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