summaryrefslogtreecommitdiff
path: root/app/serializers
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-11-03 13:42:22 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-11-03 13:43:27 +0100
commit7dd6485a0fd7fc264f86f389da3ab846c62e8724 (patch)
tree1eea77c1b421655e3ec5d6d85f49eecbdb650214 /app/serializers
parent52d333b9f4793ca677b938317f4c8e480b835284 (diff)
downloadgitlab-ce-7dd6485a0fd7fc264f86f389da3ab846c62e8724.tar.gz
Add manual actions for deployment serialization
Diffstat (limited to 'app/serializers')
-rw-r--r--app/serializers/deployment_entity.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/serializers/deployment_entity.rb b/app/serializers/deployment_entity.rb
index 3462b188337..d3ed6a5eef4 100644
--- a/app/serializers/deployment_entity.rb
+++ b/app/serializers/deployment_entity.rb
@@ -23,5 +23,5 @@ class DeploymentEntity < Grape::Entity
expose :user, using: API::Entities::UserBasic
expose :commit, using: CommitEntity
expose :deployable, using: BuildEntity
- expose :manual_actions
+ expose :manual_actions, using: BuildEntity
end