1
0
Fork 0
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:
Abdelkader Boudih 2015-06-02 00:04:56 +01:00
commit f40ccb5464

View file

@ -15,6 +15,8 @@ module ActiveJob
# Includes the setter method for changing the active queue adapter. # Includes the setter method for changing the active queue adapter.
module ClassMethods module ClassMethods
# Returns the backend queue provider. The default queue adapter
# is the +:inline+ queue. See QueueAdapters for more information.
def queue_adapter def queue_adapter
_queue_adapter _queue_adapter
end end