X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ff7ddb6b86bf918a9418af7382836b41594d45e4..fd6273cfb8a6c3fa4b46a4c31a8aef5cd0150c7a:/app/models/report.rb diff --git a/app/models/report.rb b/app/models/report.rb index 9afedb04e..346c5eea9 100644 --- a/app/models/report.rb +++ b/app/models/report.rb @@ -32,8 +32,7 @@ class Report < ApplicationRecord def self.categories_for(reportable) case reportable.class.name - when "DiaryEntry" then %w[spam offensive threat other] - when "DiaryComment" then %w[spam offensive threat other] + when "DiaryEntry", "DiaryComment" then %w[spam offensive threat other] when "User" then %w[spam offensive threat vandal other] when "Note" then %w[spam personal abusive other] else %w[other]