Add avatar_url to the shared user JSON partial.

This commit is contained in:
Denis Švara
2026-01-19 16:57:12 +01:00
committed by Alp Keser
parent 3dca00a9ab
commit af2efe6d76
+1
View File
@@ -5,4 +5,5 @@ json.cache! user do
json.created_at user.created_at.utc
json.url user_url(user)
json.avatar_url user_avatar_url(user)
end