2010-11-17 26 views

回答

7

我不确定你会从哪里重新加载它.. fixtures,也许?有时你需要强制对象更新自己,例如。

@model_instance = MyModel.first 
@model_instance.reload #=> forces the object to reflect the most recent info from the db 
+0

工作!谢谢。 – fisherwebdev 2010-11-18 11:23:00

相关问题