Flowdock
method

assign_adapter

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: ClassMethods
assign_adapter(adapter_name, queue_adapter) private

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/queue_adapter.rb, line 48
        def assign_adapter(adapter_name, queue_adapter)
          self._queue_adapter_name = adapter_name
          self._queue_adapter = queue_adapter
        end
Register or log in to add new notes.