Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #20 - undefined method adapter_name for ActiveJob:Module #24

Merged
merged 1 commit into from Mar 30, 2024

Conversation

julienbourdeau
Copy link
Owner

@julienbourdeau julienbourdeau commented Mar 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant