gpt4 book ai didi

ruby-on-rails - 刷新 ActiveRecord 结果

转载 作者:行者123 更新时间:2023-12-03 23:17:44 24 4
gpt4 key购买 nike

如何以“rails方式”刷新ActiveRecord结果?例子:

stuff = Stuff.find(:id)
a = stuff.x # a = 3
(at this time field value in database stuff.x changed to 7 )
a = stuff.x # a = 3 but I need here 7

是否可以执行诸如 stuff.refresh_data 之类的操作来重新执行查询?

最佳答案

您可以使用 reload .在你的情况下,你会写 stuff.reload
这是documentation .

关于ruby-on-rails - 刷新 ActiveRecord 结果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9448152/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com