summaryrefslogtreecommitdiff
path: root/app/experiments/combined_registration_experiment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/experiments/combined_registration_experiment.rb')
-rw-r--r--app/experiments/combined_registration_experiment.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/experiments/combined_registration_experiment.rb b/app/experiments/combined_registration_experiment.rb
index da699449d77..08c015838db 100644
--- a/app/experiments/combined_registration_experiment.rb
+++ b/app/experiments/combined_registration_experiment.rb
@@ -7,14 +7,12 @@ class CombinedRegistrationExperiment < ApplicationExperiment # rubocop:disable G
super(source, 'force_company_trial')
end
- def redirect_path(trial_params)
- @trial_params = trial_params
-
+ def redirect_path
run
end
def control_behavior
- new_users_sign_up_group_path(@trial_params)
+ new_users_sign_up_group_path
end
def candidate_behavior