fixes #1030
This commit is contained in:
7
app/controllers/reports_controller.rb
Normal file
7
app/controllers/reports_controller.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class ReportsController < ApplicationController
|
||||
before_filter :janitor_only
|
||||
|
||||
def user_promotions
|
||||
@report = Reports::UserPromotions.new
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user