Remove mod-only bulk revert system (#4178).

The mass undo system added in #4178 is a replacement for the mod-only
bulk revert system.
This commit is contained in:
evazion
2019-09-27 20:51:56 -05:00
parent 1341dbb262
commit f2dccf8cf1
12 changed files with 1 additions and 353 deletions

View File

@@ -1,8 +0,0 @@
class ProcessBulkRevertJob < ApplicationJob
queue_as :default
queue_with_priority 20
def perform(creator, constraints)
BulkRevert.new.process(creator, constraints)
end
end