open?()
Returns true if the transaction exists and isn’t finalized yet.
# File activerecord/lib/active_record/transaction.rb, line 112 def open? !closed? end