File size: 111 Bytes
f5071ca |
1 2 3 4 5 6 7 |
json.extract! user, :id, :username, :fname, :bio
json.photoUrl url_for(user.photo) if user.photo.attached?
|
f5071ca |
1 2 3 4 5 6 7 |
json.extract! user, :id, :username, :fname, :bio
json.photoUrl url_for(user.photo) if user.photo.attached?
|