ruby-after-commit-queue

run callbacks after database transaction
  https://github.com/shellycloud/after_commit_queue
  0
  no reviews



Plugin for running methods on ActiveRecord models after record is committed

When using 'state_machine' it's hard to run a callback on event after the transaction is committed. after_commit_queue plugin addresses this problem.