X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8c029f8d79d07384cffafb82d4b5979181bda8ad..b09c14218f917f9d76e89a5c2eebf6a6d0d5eedd:/app/models/old_node.rb diff --git a/app/models/old_node.rb b/app/models/old_node.rb index 90304acae..5ea3a778b 100644 --- a/app/models/old_node.rb +++ b/app/models/old_node.rb @@ -63,11 +63,6 @@ class OldNode < ActiveRecord::Base def save_with_dependencies! save! - #not sure whats going on here - clear_aggregation_cache - clear_association_cache - #ok from here - @attributes.update(OldNode.where(:node_id => self.node_id, :timestamp => self.timestamp, :version => self.version).first.instance_variable_get('@attributes')) self.tags.each do |k,v| tag = OldNodeTag.new