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