method
into
v6.1.3.1 -
Show latest stable
- Class:
Arel::InsertManager
into(table)public
No documentation available.
# File activerecord/lib/arel/insert_manager.rb, line 10
def into(table)
@ast.relation = table
self
end