Skip to content

Commit

Permalink
Merge pull request rails#52068 from y-yagi/fix_value_for_enqueue_afte…
Browse files Browse the repository at this point in the history
…r_transaction_commit

Fix a value for disabling `enqueue_after_transaction_commit` [ci-skip]
  • Loading branch information
yahonda authored Jun 9, 2024
2 parents a472403 + 8c0bbdc commit fdbe363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/7_2_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ basis:

```ruby
class NewTopicNotificationJob < ApplicationJob
self.enqueue_after_transaction_commit = false
self.enqueue_after_transaction_commit = :never
end
```

Expand Down

0 comments on commit fdbe363

Please sign in to comment.