# File lib/arel/engines/sql/engine.rb, line 38 def update(relation) connection.update(relation.to_sql) end