gitlab-org--gitlab-foss/app/experiments/security_actions_continuous...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
172 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class SecurityActionsContinuousOnboardingExperiment < ApplicationExperiment
def control_behavior
end
def candidate_behavior
end
end