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