最佳答案
在 Rails 3中更新之前,需要检查属性块是否已更改。
1号街2号街,城市,州,邮编
我知道我可以用
if @user.street1 != params[:user][:street1]
then do something....
end
但是那段代码会很长,有没有更干净的方法?