Sep
27th
Thu
27th
update_attribute vs. update_attributes
When do you use one or the other? (Hint: the answer does not depend on whether you want to update one or many attributes.) The most important difference between these methods is that update_attribute bypasses validations.