diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 30345b5738..9852abbac8 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -894,8 +894,6 @@ 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. - * `config.active_job.log_arguments` controls if the arguments of a job are logged. Defaults to `true`. * `config.active_job.retry_jitter` controls the amount of "jitter" (random variation) applied to the delay time calculated when retrying failed jobs. @@ -1056,7 +1054,6 @@ text/javascript image/svg+xml application/postscript application/x-shockwave-fla - `config.action_mailer.delivery_job`: `ActionMailer::DeliveryJob` - `config.action_view.form_with_generates_ids`: `false` - `config.active_job.retry_jitter`: `0.0` -- `config.active_job.return_false_on_aborted_enqueue`: `false` - `config.active_job.skip_after_callbacks_if_terminated`: `false` - `config.active_record.collection_cache_versioning`: `false` - `config.active_record.has_many_inversing`: `false`