* Rearchitect chat channel subscriptions * Add browser push notifications (attempt) * Add content sidecar for chat * Add live code basics * Add content features to chat * Fix chat_channels test
11 lines
No EOL
432 B
Ruby
11 lines
No EOL
432 B
Ruby
json.type_of "user"
|
|
json.username @user.username
|
|
json.name @user.name
|
|
json.summary @user.summary
|
|
json.twitter_username @user.twitter_username
|
|
json.github_username @user.github_username
|
|
json.website_url @user.name
|
|
json.name @user.name
|
|
json.name @user.name
|
|
json.name @user.name
|
|
json.profile_image ProfileImage.new(@user).get(320) |