method
new
v6.1.3.1 -
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)
super()
@ast = Nodes::SelectStatement.new
@ctx = @ast.cores.last
from table
end