method
new
rails latest stable - Class:
Arel::SelectManager
new(table = nil)public
No documentation available.
# File activerecord/lib/arel/select_manager.rb, line 9
def initialize(table = nil)
@ast = Nodes::SelectStatement.new(table)
@ctx = @ast.cores.last
end