Skip to content

Commit

Permalink
Active Job, not ActiveJob
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Sep 12, 2023
1 parent c9f4b1e commit 15c639f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/7_1_release_notes.md
Expand Up @@ -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
Expand Down

0 comments on commit 15c639f

Please sign in to comment.