X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ff7ddb6b86bf918a9418af7382836b41594d45e4..fec3b35762cab056611590702f03d27ef8d3914f:/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