标签: mongodb mongoid
如何更新/更改rails / ruby中Mongoid文档的TimestampSequence? 如果你在Mongoid中不知道,但在MongoDB中也知道它也会起作用。
该类是Mongoid :: TimestampSequence
提前致谢
答案 0 :(得分:0)
试试这个:
Document.where(somecriteriahere: "criteriavaluehere").update_all( updated_at: Time.now.to_s)