method
new
v7.1.3.4 -
Show latest stable
- Class:
Arel::InsertManager
new(table = nil)public
No documentation available.
# File activerecord/lib/arel/insert_manager.rb, line 5
def initialize(table = nil)
@ast = Nodes::InsertStatement.new(table)
end