Correct typo

This commit is contained in:
David Taylor 2018-07-18 22:27:55 +01:00
parent 32db976156
commit 5b4b632358
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
##
# 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
# Usage:
# Topic.transaction do