Commit 6c6f9afd authored by Alper Akgun's avatar Alper Akgun

Merge branch 'logged-out-marketing-header/experiment-class' into 'master'

Define class for logged_out_marketing_header experiment

See merge request gitlab-org/gitlab!83714
parents d17d9ea6 224f5fa5
# frozen_string_literal: true
class LoggedOutMarketingHeaderExperiment < ApplicationExperiment
# These default behaviors are overriden in ApplicationHelper and header
# template partial
control {}
candidate {}
variant(:trial_focused) {}
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment