diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-18 21:22:34 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-18 21:22:34 +0300 |
commit | 439f399bece8c2b01dc064b6c02f28fb4149595e (patch) | |
tree | 1862fa39f76a9c8941f5120ba7af5fc3d5f91124 /lib/api/entities.rb | |
parent | 670aaaeb9db7902c8776cb7754ac8fd1e7a606a1 (diff) | |
download | gitlab-ce-439f399bece8c2b01dc064b6c02f28fb4149595e.tar.gz |
Remove all team resources except models. Move models to deprecated directory
Diffstat (limited to 'lib/api/entities.rb')
-rw-r--r-- | lib/api/entities.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 0d8cac5c8fd..14d6c0f9353 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -99,10 +99,6 @@ module API expose :id, :title, :key, :created_at end - class UserTeam < Grape::Entity - expose :id, :name, :path, :owner_id - end - class MergeRequest < Grape::Entity expose :id, :target_branch, :source_branch, :project_id, :title, :state expose :author, :assignee, using: Entities::UserBasic |