class Arel::Table

def from

def from
  SelectManager.new(self)
end