= private = protected
update(sql, name = nil)
Executes the update statement and returns the number of rows affected.
# File activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb, line 48 def update(sql, name = nil) update_sql(sql, name) end