SyntaxFix
Write A Post
Hire A Developer
Questions
Great answers. notice that as for ruby 1.9 and above you could (and i think should) use the new hash syntax for update_attributes:
Model.update_attributes(column1: "data", column2: "data")