首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网络技术 > 网络基础 >

rails走应验和不走验证方法汇总

2012-08-31 
rails走验证和不走验证方法汇总走validation的方法:createcreate!savesave!updateupdate_attributesupdate

rails走验证和不走验证方法汇总

走validation的方法:    create    create!    save    save!    update    update_attributes    update_attributes!跳过validation的方法:    decrement!    decrement_counter    increment!    increment_counter    toggle!    touch    update_all    update_attribute    update_column    update_counters

转自:http://xuantan.iteye.com/blog/1490431

热点排行