1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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]
This commit is contained in:
प्रथमेश Sonpatki 2019-04-05 22:13:03 +05:30 committed by GitHub
parent 8c6fedffa1
commit 808c589fd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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