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

security_actions_continuous_onboarding_experiment.rb « experiments « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6adfbedc744933e1167bcd3f4cb6efc291286b65 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

class SecurityActionsContinuousOnboardingExperiment < ApplicationExperiment
  def control_behavior
  end

  def candidate_behavior
  end
end