class Gladys::Container
def insert(table, *args)
def insert(table, *args) log_debug_duration("Calling :insert with table: #{table} and #{args.size} args") do query(table) { insert(*args) } end end
def insert(table, *args) log_debug_duration("Calling :insert with table: #{table} and #{args.size} args") do query(table) { insert(*args) } end end