implement report

This commit is contained in:
r888888888
2015-06-16 16:37:57 -07:00
parent 01189017c8
commit b769f996be
6 changed files with 119 additions and 1 deletions

View File

@@ -2,4 +2,8 @@ class ReportsController < ApplicationController
def user_promotions
@report = Reports::UserPromotions.new
end
def janitor_trials
@report = Reports::JanitorTrials.new
end
end