summaryrefslogtreecommitdiff
path: root/app/serializers/variable_entity.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/serializers/variable_entity.rb')
-rw-r--r--app/serializers/variable_entity.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/serializers/variable_entity.rb b/app/serializers/variable_entity.rb
index 4d48e13cfca..8b19925f153 100644
--- a/app/serializers/variable_entity.rb
+++ b/app/serializers/variable_entity.rb
@@ -7,4 +7,5 @@ class VariableEntity < Grape::Entity
expose :protected?, as: :protected
expose :masked?, as: :masked
+ expose :environment_scope
end