Skip to content

Commit fdbe363

Browse files
authored
Merge pull request rails#52068 from y-yagi/fix_value_for_enqueue_after_transaction_commit
Fix a value for disabling `enqueue_after_transaction_commit` [ci-skip]
2 parents a472403 + 8c0bbdc commit fdbe363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/7_2_release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ basis:
194194

195195
```ruby
196196
class NewTopicNotificationJob < ApplicationJob
197-
self.enqueue_after_transaction_commit = false
197+
self.enqueue_after_transaction_commit = :never
198198
end
199199
```
200200

0 commit comments

Comments
 (0)