fix upload tags report

This commit is contained in:
r888888888
2017-02-28 16:28:58 -08:00
parent 7f22baa1bc
commit 12e4a82db3
4 changed files with 71 additions and 70 deletions

View File

@@ -22,6 +22,5 @@ class ReportsController < ApplicationController
def upload_tags
@user = User.find(params[:user_id])
@upload_reports = Reports::UploadTags.for_user(params[:user_id]).order("id desc").paginate(params[:page], :limit => params[:limit])
respond_with(@upload_reports)
end
end