aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/README.md
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2016-02-05 16:05:48 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2016-02-05 16:05:48 +0100
commit439fadf758f6f0bc50e3d8c6f96b0ddbd613d299 (patch)
tree8f1ac9bce467deb262e8f3408a2960459c5297ed /activejob/README.md
parent625baa69d14881ac49ba2e5c7d9cac4b222d7022 (diff)
downloadrails-439fadf758f6f0bc50e3d8c6f96b0ddbd613d299.tar.gz
rails-439fadf758f6f0bc50e3d8c6f96b0ddbd613d299.tar.bz2
rails-439fadf758f6f0bc50e3d8c6f96b0ddbd613d299.zip
Missed a few spots in inline -> async switch
Diffstat (limited to 'activejob/README.md')
-rw-r--r--activejob/README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/activejob/README.md b/activejob/README.md
index 7268186c00..8becac7753 100644
--- a/activejob/README.md
+++ b/activejob/README.md
@@ -20,12 +20,7 @@ switch between them without having to rewrite your jobs.
## Usage
-Set the queue adapter for Active Job:
-
-``` ruby
-ActiveJob::Base.queue_adapter = :inline # default queue adapter
-```
-Note: To learn how to use your preferred queueing backend see its adapter
+To learn how to use your preferred queueing backend see its adapter
documentation at
[ActiveJob::QueueAdapters](http://api.rubyonrails.org/classes/ActiveJob/QueueAdapters.html).