码迷,mamicode.com
首页 > 其他好文 > 详细

rails跳过回调的方法

时间:2014-07-16 20:51:32      阅读:259      评论:0      收藏:0      [点我收藏+]

标签:使用   数据   re   c   date   update   

rails中的回调可跳过,使用下列方法即可:

decrement

decrement_counter

delete delete_all

increment

increment_counter

toggle touch

update_column

update_columns

update_all

update_counters

使用这些方法是要特别留心,因为重要的业务逻辑可能在回调中完成。如果没弄懂回调的作用直接跳过,可能导致数据不合法。

rails跳过回调的方法,布布扣,bubuko.com

rails跳过回调的方法

标签:使用   数据   re   c   date   update   

原文地址:http://www.cnblogs.com/wangyuyu/p/3836493.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!