method
from
rails latest stable - Class:
Arel::DeleteManager
from(relation)public
No documentation available.
# File activerecord/lib/arel/delete_manager.rb, line 11
def from(relation)
@ast.relation = relation
self
end