Welcome to mirror list, hosted at ThFree Co, Russian Federation.

abuse_report_label.rb « admin « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f951b029337773717bf7777ac8d93a86c3837d3 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Admin
  class AbuseReportLabel < Label
    self.allow_legacy_sti_class = true
  end
end