method
new
rails 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