Files
danbooru/app/controllers/reports_controller.rb
2015-06-16 17:42:04 -07:00

10 lines
191 B
Ruby

class ReportsController < ApplicationController
def user_promotions
@report = Reports::UserPromotions.new
end
def janitor_trials
@report = Reports::JanitorTrials.new
end
end