From 15c639fab2f0a15628c0749d0e2b5c85a59ff923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 12 Sep 2023 01:15:37 +0000 Subject: [PATCH] Active Job, not ActiveJob --- guides/source/7_1_release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/7_1_release_notes.md b/guides/source/7_1_release_notes.md index bdd631531cc98..a6ef724f73b5f 100644 --- a/guides/source/7_1_release_notes.md +++ b/guides/source/7_1_release_notes.md @@ -125,7 +125,7 @@ User.find_by_token_for(:password_reset, token) # => nil ### Add `perform_all_later` to enqueue multiple jobs at once -The [`perform_all_later` method in ActiveJob](https://github.com/rails/rails/pull/46603), +The [`perform_all_later` method in Active Job](https://github.com/rails/rails/pull/46603), designed to streamline the process of enqueuing multiple jobs simultaneously. This powerful addition allows you to efficiently enqueue jobs without triggering callbacks. This is particularly useful when you need to enqueue a batch of jobs at once, reducing the overhead