]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/way.rb
Fix the data config, so that the development database is not the same as the test...
[rails.git] / app / models / way.rb
index 7c6e9d06b6c1a05d48694464b30424c7f577da69..9ddb603a8720d463b46e183971b68240ed1a27b5 100644 (file)
@@ -85,6 +85,7 @@ class Way < ActiveRecord::Base
     el1['visible'] = self.visible.to_s
     el1['timestamp'] = self.timestamp.xmlschema
     el1['version'] = self.version.to_s
+    el1['changeset'] = self.changeset_id.to_s
 
     user_display_name_cache = {} if user_display_name_cache.nil?