]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/api/user_blocks/show.json.jbuilder
Merge pull request #5514 from AntonKhorev/pd-declaration
[rails.git] / app / views / api / user_blocks / show.json.jbuilder
index 6cfc0ded5031835140fefc893eaffa95c7272753..a90b7cd1958569b7c3600425b8be202e9ff828be 100644 (file)
@@ -1,3 +1,5 @@
 json.partial! "api/root_attributes"
 
-json.partial! @user_block
+json.user_block do
+  json.partial! @user_block
+end