after_commit_action 0.1.2
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:
          =
        
        
          instalar:
          =
        
      Runtime Dependencies (1):
            activerecord
            >= 3.2.0