Skip to content

Commit

Permalink
Fix a value for disabling enqueue_after_transaction_commit [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Jun 9, 2024
1 parent a472403 commit 8c0bbdc
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 8c0bbdc

Please sign in to comment.