mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #20409 from davydovanton/doc-queue-adapter
Add documentation for QueueAdapter::queue_adapter
This commit is contained in:
commit
f40ccb5464
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ module ActiveJob
|
|||
|
||||
# Includes the setter method for changing the active queue adapter.
|
||||
module ClassMethods
|
||||
# Returns the backend queue provider. The default queue adapter
|
||||
# is the +:inline+ queue. See QueueAdapters for more information.
|
||||
def queue_adapter
|
||||
_queue_adapter
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue