Skip to content

Commit fdd2cee

Browse files
committed
Merge pull request #287 from avinoth/api_edit
add about field to api endpoint
2 parents 4b7dd26 + 8076483 commit fdd2cee

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)