欢迎来到cool的博客
7

Music box

Click to Start

点击头像播放音乐
新博客链接

Rails: update_attribute vs update_attributes

Object.update_attribute(:only_one_field, "Some Value")
Object.update_attributes(:field1 => "value", :field2 => "value2", :field3 => "value3")

返回列表