method
new
v7.1.3.2 -
Show 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