class Arel::Table

def having(expr)

def having(expr)
  from.having expr
end