aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorप्रथमेश Sonpatki <csonpatki@gmail.com>2019-04-05 22:13:03 +0530
committerGitHub <noreply@github.com>2019-04-05 22:13:03 +0530
commit808c589fd883d87da720e3ffc103437bdf7e457e (patch)
tree9c69bf7698e8b2f0ce0eb0224cafe9793de889ec /guides/source
parent8c6fedffa1a591360bfe3026e3e75091b120ef82 (diff)
downloadrails-808c589fd883d87da720e3ffc103437bdf7e457e.tar.gz
rails-808c589fd883d87da720e3ffc103437bdf7e457e.tar.bz2
rails-808c589fd883d87da720e3ffc103437bdf7e457e.zip
The default value without loading railtie is false [ci skip] (#35881)
See https://github.com/rails/rails/pull/35873#issuecomment-480333333 for reference [Prathamesh Sonpatki, bogdanvlviv]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/configuring.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 4033d80d90..e1c9fad232 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -784,7 +784,7 @@ There are a few configuration options available in Active Support:
* `config.active_job.custom_serializers` allows to set custom argument serializers. Defaults to `[]`.
-* `config.active_job.return_false_on_aborted_enqueue` change the return value of `#enqueue` to false instead of the job instance when the enqueuing is aborted. Defaults to `true`.
+* `config.active_job.return_false_on_aborted_enqueue` change the return value of `#enqueue` to false instead of the job instance when the enqueuing is aborted. Defaults to `false`.
### Configuring Action Cable