X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d69a518b9e69107503b332728dfa583594293ea1..398d5fa3298b7aacea4a9cbddd0c4e5f8a9e6638:/app/models/relation.rb diff --git a/app/models/relation.rb b/app/models/relation.rb index 71ddc4a55..a1dc9f81d 100644 --- a/app/models/relation.rb +++ b/app/models/relation.rb @@ -257,4 +257,8 @@ class Relation < ActiveRecord::Base return false end + # Temporary method to match interface to nodes + def tags_as_hash + return self.tags + end end