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

video_tutorials_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: 2c5790f83d130f0d5c19196a9e25e4367a23420c (plain)
1
2
3
4
5
6
# frozen_string_literal: true

class VideoTutorialsContinuousOnboardingExperiment < ApplicationExperiment
  control {}
  candidate {}
end