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