summaryrefslogtreecommitdiff
path: root/app/experiments/security_reports_mr_widget_prompt_experiment.rb
blob: 51b81be672d5f3a75372e53591604289ef712c0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# frozen_string_literal: true

class SecurityReportsMrWidgetPromptExperiment < ApplicationExperiment
  control { }
  candidate { }

  def publish(_result = nil)
    super

    publish_to_database
  end
end