读书人

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

发布时间: 2012-08-31 12:55:03 作者: rapoo

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

读书人网 >网络基础

热点推荐