Rails: Update model attribute without invoking callbacks

后端 未结 10 1591
萌比男神i
萌比男神i 2021-02-04 23:15

I have a User model that has a :credits attribute. I want a simple button that will add 5 to the user\'s credits, through a route called \"add\" so that /users/3/add would ad

10条回答
  •  再見小時候
    2021-02-04 23:42

    Maybe your other before_save hook should check if the user's password has actually changed before encrypting it again.

提交回复
热议问题