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