X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3666b674330ec8d14a224932a191d6121c5974e2..4abd9cfcf19701bf43322374c5df6dd586449e54:/app/models/old_relation.rb diff --git a/app/models/old_relation.rb b/app/models/old_relation.rb index c0025653f..bfbe673b0 100644 --- a/app/models/old_relation.rb +++ b/app/models/old_relation.rb @@ -27,7 +27,7 @@ class OldRelation < ApplicationRecord self.table_name = "relations" self.primary_keys = "relation_id", "version" - # note this needs to be included after the table name changes, or + # NOTE: this needs to be included after the table name changes, or # the queries generated by Redactable will use the wrong table name. include Redactable @@ -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