gitlab-ce/app/models/admin/abuse_report_label.rb

8 lines
126 B
Ruby

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