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
|