remove user promotions report

This commit is contained in:
r888888888
2017-02-21 13:09:43 -08:00
parent 6ca83a2f3c
commit 359f48d871
4 changed files with 0 additions and 65 deletions

View File

@@ -1,9 +0,0 @@
require 'statistics2'
module Reports
class Contributors < User
def users
::User.where("users.bit_prefs & ? > 0 and users.post_upload_count >= 250", ::User.flag_value_for("can_upload_free")).order("created_at desc").map {|x| Reports::UserPromotions::User.new(x)}
end
end
end