Class: Sidekiq::Batch
- Inherits:
-
Object
- Object
- Sidekiq::Batch
- Defined in:
- lib/importo/adapters/sidekiq_batch_adapter.rb
Class Method Summary collapse
Class Method Details
.new ⇒ Object
4 5 6 |
# File 'lib/importo/adapters/sidekiq_batch_adapter.rb', line 4 def self.new(*) raise NotImplementedError, "Sidekiq::Batch is not available. Please install the sidekiq-pro or sidekiq-batch gem." end |