API: review 2

This commit is contained in:
Valeriy Sizov 2012-10-25 13:38:55 +03:00
parent 56bf829c75
commit 4281de3640
2 changed files with 4 additions and 4 deletions

View file

@ -65,8 +65,7 @@ module Gitlab
end
class MergeRequest < Grape::Entity
expose :id, :target_branch, :source_branch, :project_id,
:title, :closed, :merged
expose :id, :target_branch, :source_branch, :project_id, :title, :closed, :merged
expose :author, :assignee, using: Entities::UserBasic
end