Skip to content

Commit 808c589

Browse files
The default value without loading railtie is false [ci skip] (rails#35881)
See rails#35873 (comment) for reference [Prathamesh Sonpatki, bogdanvlviv]
1 parent 8c6fedf commit 808c589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ There are a few configuration options available in Active Support:
784784

785785
* `config.active_job.custom_serializers` allows to set custom argument serializers. Defaults to `[]`.
786786

787-
* `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`.
787+
* `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`.
788788

789789
### Configuring Action Cable
790790

0 commit comments

Comments
 (0)