class ActiveRecord::ConnectionAdapters::TransactionState

def full_commit!

def full_commit!
  @state = :fully_committed
end