diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-19 09:47:33 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-19 09:47:33 +0200 |
commit | a3e1d7cf9312ba543cf860dbc3e895b4839aba59 (patch) | |
tree | 9d48bc9e24149cd7b17de7aec57f19e16e89baa3 /lib | |
parent | 91fa82d11f6346fecbcf4ec3754aa22cb2aad502 (diff) | |
parent | e56fd693eef2b8b24b136509b685746bc5416d06 (diff) | |
download | gitlab-ce-a3e1d7cf9312ba543cf860dbc3e895b4839aba59.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Diffstat (limited to 'lib')
-rw-r--r-- | lib/api/entities.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 09d231af41b..1f9dd6bc152 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -221,6 +221,7 @@ module API expose(:line) { |note| note.diff_new_line } expose(:line_type) { |note| note.diff_line_type } expose :author, using: Entities::UserBasic + expose :created_at end class Event < Grape::Entity |