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

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

class BuildIosAppGuideEmailExperiment < ApplicationExperiment
  control { false }
  candidate { true }
end