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