Skip to content

Add after_commit callback

Compare
Choose a tag to compare
@appleton appleton released this 10 Mar 21:01
· 738 commits to master since this release

Additions

  • Adds after_commit flag to after_transition for callbacks to be executed after the transaction has been
    committed on the ActiveRecord adapter. These callbacks will still be executed on non transactional adapters.