aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/queue_adapter.rb
diff options
context:
space:
mode:
authorAnton Davydov <antondavydov.o@gmail.com>2015-06-02 00:24:04 +0300
committerAnton Davydov <antondavydov.o@gmail.com>2015-06-02 00:24:04 +0300
commit455e44cd688d04214770a5de519687f3081803bc (patch)
tree6fb84facfa56104c21acef09971b0767196ce13a /activejob/lib/active_job/queue_adapter.rb
parent8b67f28f4ac0204190a1a47a455f2c3e5b7cde53 (diff)
downloadrails-455e44cd688d04214770a5de519687f3081803bc.tar.gz
rails-455e44cd688d04214770a5de519687f3081803bc.tar.bz2
rails-455e44cd688d04214770a5de519687f3081803bc.zip
[skip ci] Add documentation for QueueAdapter::queue_adapter
Diffstat (limited to 'activejob/lib/active_job/queue_adapter.rb')
-rw-r--r--activejob/lib/active_job/queue_adapter.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activejob/lib/active_job/queue_adapter.rb b/activejob/lib/active_job/queue_adapter.rb
index 054a5d93b4..457015b741 100644
--- a/activejob/lib/active_job/queue_adapter.rb
+++ b/activejob/lib/active_job/queue_adapter.rb
@@ -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