instance method
check_adapter
Ruby on Rails edge
Since edgeSignature
check_adapter()
No documentation comment.
Source
# File activejob/lib/active_job/queue_adapters/queue_classic_adapter.rb, line 22
def check_adapter
ActiveJob.deprecator.warn <<~MSG.squish
The built-in `queue_classic` adapter is deprecated and will be removed in Rails 9.0.
MSG
end
Defined in activejob/lib/active_job/queue_adapters/queue_classic_adapter.rb line 22
· View on GitHub
· Improve this page
· Find usages on GitHub