fixes #2480: Report for contributors

This commit is contained in:
r888888888
2015-08-07 17:23:11 -07:00
parent 10b2523ac3
commit e37775afc2
8 changed files with 82 additions and 9 deletions

View File

@@ -6,4 +6,8 @@ class ReportsController < ApplicationController
def janitor_trials
@report = Reports::JanitorTrials.new
end
def contributors
@report = Reports::Contributors.new
end
end