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

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

13 lines
204 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class SecurityReportsMrWidgetPromptExperiment < ApplicationExperiment
control {}
candidate {}
def publish(_result = nil)
super
publish_to_database
end
end