after_commit_action 0.1.3
Use this module to defer actions to the after-commit hook. This is useful if you want to trigger actions in after_create, after_destroy and after_update callbacks but want to execute them outside of the transaction (for example, to avoid deadlocks).
Gemfile:
=
安装:
=
Runtime 依赖 (1):
activerecord
>= 3.0.0