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:
parent
8c6fedffa1
commit
808c589fd8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue