method
new
v6.0.0 -
Show latest stable
- Class:
Arel::UpdateManager
new()public
No documentation available.
# File activerecord/lib/arel/update_manager.rb, line 7
def initialize
super
@ast = Nodes::UpdateStatement.new
@ctx = @ast
end