class ActiveRecord::ConnectionAdapters::OpenTransaction

def commit

def commit
  @finishing = true
  perform_commit
  parent
end