X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/461f99dfe03ed0dfea2d973378e0ace70134c199..8ecc1a4fce1b7ae97017de42c8377bf054e830e8:/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