Exclude project information from environment entity

This commit is contained in:
Grzegorz Bizon 2016-11-03 14:24:10 +01:00
parent a68e7e605a
commit 3c3e61aaca
1 changed files with 0 additions and 1 deletions

View File

@ -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?