Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我更新 Rails 中的列时,它也会更新其他列。“Post.new”,保存后我做了一个 post.title = “sample”,我做了一个“post.save”这里我的其他专栏也被更新了。如何解决这个问题
将在保存时与您要更新的列一起更新的另一列是“updated_at”或“updated_on”。你的专栏是以此命名的吗?如果是,您必须更改这些列名才能顺利运行轨道。