Kar*_*tle 0 ruby activerecord model
class Account < ActiveRecord::Base
after_update :give_user_credit, :on => :update
def give_user_credit
credit = User.current_user.credit + 3.8
User.current_user.update_attribute(:credit, credit)
end
end
Run Code Online (Sandbox Code Playgroud)
当我使用它时服务器挂起,当我完全重新启动后回到应用程序时,我的信用额度为1000英镑.
这里发生了什么..
感谢:D
| 归档时间: |
|
| 查看次数: |
128 次 |
| 最近记录: |