method

new

new()
public

No documentation available.

# File activerecord/lib/arel/delete_manager.rb, line 7
    def initialize
      super
      @ast = Nodes::DeleteStatement.new
      @ctx = @ast
    end