method

new

new(table = nil)
public

No documentation available.

# File activerecord/lib/arel/select_manager.rb, line 9
    def initialize(table = nil)
      super()
      @ast = Nodes::SelectStatement.new
      @ctx = @ast.cores.last
      from table
    end