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