]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/way.rb
way stuff, now creates correctly
[rails.git] / app / models / way.rb
index 55b953ce9439fb40b61c6ea0847b1ca20669733a..a8724456374be2f339933c6201bcb2bdd8277fe2 100644 (file)
@@ -121,6 +121,7 @@ class Way < ActiveRecord::Base
     end
 
     old_way = OldWay.from_way(self)
+    old_way.timestamp = t
     old_way.save_with_dependencies
   end