X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3666b674330ec8d14a224932a191d6121c5974e2..651217e1bcae8f82790f92f182e4ae6f511ba4a0:/app/models/old_relation.rb diff --git a/app/models/old_relation.rb b/app/models/old_relation.rb index c0025653f..f35678a19 100644 --- a/app/models/old_relation.rb +++ b/app/models/old_relation.rb @@ -86,9 +86,7 @@ class OldRelation < ApplicationRecord @tags ||= Hash[old_tags.collect { |t| [t.k, t.v] }] end - attr_writer :members - - attr_writer :tags + attr_writer :members, :tags def to_xml doc = OSM::API.new.get_xml_doc