implement report
This commit is contained in:
@@ -2,4 +2,8 @@ class ReportsController < ApplicationController
|
||||
def user_promotions
|
||||
@report = Reports::UserPromotions.new
|
||||
end
|
||||
|
||||
def janitor_trials
|
||||
@report = Reports::JanitorTrials.new
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user