diff options
Diffstat (limited to 'lib/api/entities.rb')
| -rw-r--r-- | lib/api/entities.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 92a6f29adb0..0adc118ba27 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -15,7 +15,7 @@ module API      class User < UserBasic        expose :created_at        expose :is_admin?, as: :is_admin -      expose :bio, :location, :skype, :linkedin, :twitter, :website_url +      expose :bio, :location, :skype, :linkedin, :twitter, :website_url, :organization      end      class Identity < Grape::Entity | 
