mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 07:46:40 +08:00
Correct typo
This commit is contained in:
parent
32db976156
commit
5b4b632358
@ -1,6 +1,6 @@
|
|||||||
##
|
##
|
||||||
# Allows running arbitrary code after the current transaction has been committed.
|
# Allows running arbitrary code after the current transaction has been committed.
|
||||||
# Works even with nexted transactions. Useful for scheduling sidekiq jobs.
|
# Works even with nested transactions. Useful for scheduling sidekiq jobs.
|
||||||
# Slightly simplified version of https://dev.to/evilmartians/rails-aftercommit-everywhere--4j9g
|
# Slightly simplified version of https://dev.to/evilmartians/rails-aftercommit-everywhere--4j9g
|
||||||
# Usage:
|
# Usage:
|
||||||
# Topic.transaction do
|
# Topic.transaction do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user