Notes Homepage Notes How to update a record in Rails without updating its :updated_at @thingy = Thingy.find(id) @thingy.foo = 'bar' @thingy.save(touch: false)