Actions
Refactor #12344
closedUse Rails 4 update_all syntax migrations
Description
update_all(old,new) is no longer valid. It should be changed to where(old).update_all(new)
Actions
Description
update_all(old,new) is no longer valid. It should be changed to where(old).update_all(new)