Welcome to mirror list, hosted at ThFree Co, Russian Federation.

instance_metadata_policy.rb « policies « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3386217044dbc6b8accc9ebf2a54bd402c95aaf4 (plain)
1
2
3
4
5
# frozen_string_literal: true

class InstanceMetadataPolicy < BasePolicy
  delegate { :global }
end