enable reportbooru integration for upload reports

This commit is contained in:
r888888888
2015-12-16 15:34:49 -08:00
parent 3bffc67d5a
commit 3695ad42b3
4 changed files with 64 additions and 0 deletions

View File

@@ -10,4 +10,8 @@ class ReportsController < ApplicationController
def contributors
@report = Reports::Contributors.new
end
def uploads
@report = Reports::Uploads.new(params[:min_date], params[:max_date], params[:queries])
end
end