method

from

from(relation)
public

No documentation available.

# File activerecord/lib/arel/delete_manager.rb, line 13
    def from(relation)
      @ast.relation = relation
      self
    end