From fb1163949a23c66798d85181d62cd2f7a6736729 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Mon, 21 Mar 2016 14:57:54 +0900 Subject: update Active Job default adapter [ci skip] Follow up to 625baa69d14881ac49ba2e5c7d9cac4b222d7022 --- guides/source/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/configuring.md') diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 33165ba166..e57d873719 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -583,7 +583,7 @@ There are a few configuration options available in Active Support: `config.active_job` provides the following configuration options: -* `config.active_job.queue_adapter` sets the adapter for the queueing backend. The default adapter is `:inline` which will perform jobs immediately. For an up-to-date list of built-in adapters see the [ActiveJob::QueueAdapters API documentation](http://api.rubyonrails.org/classes/ActiveJob/QueueAdapters.html). +* `config.active_job.queue_adapter` sets the adapter for the queueing backend. The default adapter is `:async`. For an up-to-date list of built-in adapters see the [ActiveJob::QueueAdapters API documentation](http://api.rubyonrails.org/classes/ActiveJob/QueueAdapters.html). ```ruby # Be sure to have the adapter's gem in your Gemfile -- cgit v1.2.3