X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/563172b2c877598f18c056a8eb6c0104a8df450b..97aefa23d0606edaee71d04cf6c1a2006689b1fa:/app/models/relation.rb diff --git a/app/models/relation.rb b/app/models/relation.rb index bdba25f8f..9ee118f6e 100644 --- a/app/models/relation.rb +++ b/app/models/relation.rb @@ -234,4 +234,8 @@ class Relation < ActiveRecord::Base return false end + # Temporary method to match interface to nodes + def tags_as_hash + return self.tags + end end