Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add require active_job/arguments (#1150)
GoodJob::Batch.new in rails7.1 was causing an error. ``` > GoodJob::Batch.new /usr/local/bundle/gems/good_job-3.21.0/app/models/good_job/batch_record.rb:71:in `load': uninitialized constant ActiveJob::Arguments ( NameError) ```
- Loading branch information