API: merge request: post comment call

This commit is contained in:
Valeriy Sizov 2012-10-21 19:48:56 +03:00
parent b32a8eea93
commit 93e8d426c5
2 changed files with 17 additions and 0 deletions

View file

@ -69,5 +69,10 @@ module Gitlab
:title, :closed, :merged
expose :author, :assignee, using: Entities::UserBasic
end
class Note < Grape::Entity
expose :author, using: Entities::UserBasic
expose :note
end
end
end