docbrown/app/views/api/v0/users/show.json.jbuilder
Ben Halpern fb20b8adf7
Add content sidecar for chat (#413)
* 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
2018-06-11 11:00:51 -04:00

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)