remove janitor trial report

This commit is contained in:
r888888888
2017-02-21 13:10:38 -08:00
parent 359f48d871
commit ce20a5b36a
4 changed files with 0 additions and 114 deletions

View File

@@ -3,10 +3,6 @@ class ReportsController < ApplicationController
before_filter :gold_only, :only => [:similar_users]
before_filter :moderator_only, :only => [:post_versions, :post_versions_create]
def janitor_trials
@report = Reports::JanitorTrials.new
end
def contributors
@report = Reports::Contributors.new
end