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

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

class LoggedOutMarketingHeaderExperiment < ApplicationExperiment
  # These default behaviors are overriden in ApplicationHelper and header
  # template partial
  control {}
  candidate {}
  variant(:trial_focused) {}
end