method
from
v8.1.1 -
Show 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