Flowdock
method

queue_adapter

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: ClassMethods
queue_adapter() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activejob/lib/active_job/test_helper.rb, line 23
        def queue_adapter
          self._test_adapter.nil? ? super : self._test_adapter
        end
Register or log in to add new notes.