10 lines
172 B
Ruby
10 lines
172 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class SecurityActionsContinuousOnboardingExperiment < ApplicationExperiment
|
||
|
def control_behavior
|
||
|
end
|
||
|
|
||
|
def candidate_behavior
|
||
|
end
|
||
|
end
|