global

def transaction(&block)

def transaction(&block)
  db.transaction(&block)
end