debian-mirror-gitlab/app/serializers/feature_flags/scope_entity.rb

9 lines
142 B
Ruby
Raw Normal View History

2021-01-03 14:25:43 +05:30
# frozen_string_literal: true
module FeatureFlags
class ScopeEntity < Grape::Entity
expose :id
expose :environment_scope
end
end