RoR中有update_all方法
如果update_all失败,它会返回什么?会引发例外吗?
例如:
ActiveRecord::Base.transaction do users = User.active users.update_all avatar: 'blablablb' end