Files
danbooru/app/controllers/reports_controller.rb
r888888888 f0b6dc9206 fixes #1030
2013-06-11 13:24:21 -07:00

8 lines
153 B
Ruby

class ReportsController < ApplicationController
before_filter :janitor_only
def user_promotions
@report = Reports::UserPromotions.new
end
end