[skip ci] Add documentation for QueueAdapter::queue_adapter

This commit is contained in:
Anton Davydov 2015-06-02 00:24:04 +03:00
parent 8b67f28f4a
commit 455e44cd68

@ -15,6 +15,8 @@ module QueueAdapter #:nodoc:
# 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