diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-05-04 18:07:03 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-05-04 18:07:03 +0300 |
commit | c874422bb06b82d74adf318a9093ae65d12eaa59 (patch) | |
tree | fa7de95fc9068838d0b650b42f32bccfe47b06d9 /lib | |
parent | 2587334a79fbc08bf8551085eb57b8b36eb64afe (diff) | |
parent | f4d05dcc90dd423db3c9e7798ad3cd9e48cd886b (diff) | |
download | gitlab-ce-c874422bb06b82d74adf318a9093ae65d12eaa59.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Diffstat (limited to 'lib')
-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 79b4afa40ba..b23eff3661c 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -20,7 +20,7 @@ module API class UserFull < User expose :email - expose :theme_id, :color_scheme_id, :projects_limit + expose :theme_id, :color_scheme_id, :projects_limit, :current_sign_in_at expose :identities, using: Entities::Identity expose :can_create_group?, as: :can_create_group expose :can_create_project?, as: :can_create_project |