uploads: fixup issues causing Rails to fail to boot.
* Fix `UploadService is not a class` error. * Update list of available job classes (remove UploadPreprocessorDelayedStartJob, UploadServiceDelayedStartJob, add ProcessUploadJob).
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class UploadService
|
||||
module UploadService
|
||||
class Replacer
|
||||
class Error < StandardError; end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user