1.1.0: Allow to call transaction callbacks directly
Added
-
Allow to call transactional callbacks directly on
AfterCommitEverywhere
module:AfterCommitEverywhere.after_commit { puts "If you see me then transaction has been successfully commited!" }
-
Allow to call
in_transaction?
helper method from instance methods in classes that includesAfterCommitEverywhere
module.