Files
danbooru/app/controllers/reports_controller.rb
2013-07-10 17:01:08 -07:00

6 lines
122 B
Ruby

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