Skip to content

Commit 8076483

Browse files
committed
add about field to api endpoint
1 parent 4b7dd26 commit 8076483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/models/user.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ def public_hash(full=false)
306306
}
307307
end
308308
if full
309+
hash[:about] = about
309310
hash[:title] = title
310311
hash[:company] = company
311312
hash[:specialities] = speciality_tags

0 commit comments

Comments
 (0)