class ActiveRecord::ConnectionAdapters::TransactionState

def add_child(state)

def add_child(state)
  @children ||= []
  @children << state
end