From 80764832689b9c5e3e91c358983f1167c3298d95 Mon Sep 17 00:00:00 2001 From: Vinoth Date: Fri, 9 Jan 2015 00:30:06 +0530 Subject: [PATCH] add about field to api endpoint --- app/models/user.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/user.rb b/app/models/user.rb index 107ad485..980710c3 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -306,6 +306,7 @@ def public_hash(full=false) } end if full + hash[:about] = about hash[:title] = title hash[:company] = company hash[:specialities] = speciality_tags