Add avatar_url to the shared user JSON partial.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user