Closed julienbourdeau closed 8 months ago
The queue_name method was directly copied from Rails but I didn't realize that ActiveJob.adapter_name was only added recently and is not available prior to Rails 7.1!
This PR reimplement the ActiveJob method on the gem.
See #20
The queue_name method was directly copied from Rails but I didn't realize that ActiveJob.adapter_name was only added recently and is not available prior to Rails 7.1!
This PR reimplement the ActiveJob method on the gem.
See #20