class EM::Synchrony::ActiveRecord::TransactionManager

def current_transaction #:nodoc:

:nodoc:
def current_transaction #:nodoc:
  _current_stack.last || NULL_TRANSACTION
end