diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-11-03 14:24:10 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-11-03 14:24:10 +0100 |
commit | 3c3e61aaca34d1113d3cfb6076462beaf353e739 (patch) | |
tree | a68034692c401530cdc628f33f2670944bf69110 /app/serializers/environment_entity.rb | |
parent | a68e7e605aa684e88523f6e28f995c3b497945c6 (diff) | |
download | gitlab-ce-3c3e61aaca34d1113d3cfb6076462beaf353e739.tar.gz |
Exclude project information from environment entity
Diffstat (limited to 'app/serializers/environment_entity.rb')
-rw-r--r-- | app/serializers/environment_entity.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/serializers/environment_entity.rb b/app/serializers/environment_entity.rb index 0035d369e61..e80a4335f53 100644 --- a/app/serializers/environment_entity.rb +++ b/app/serializers/environment_entity.rb @@ -6,7 +6,6 @@ class EnvironmentEntity < Grape::Entity expose :state expose :external_url expose :environment_type - expose :project, with: API::Entities::BasicProjectDetails expose :last_deployment, using: DeploymentEntity expose :stoppable? |