X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1d4a957c7941a8d82c5c529017de61d71067ccca..e7147d0d7adae704ead9f4985bcda918e622d833:/app/models/changeset.rb diff --git a/app/models/changeset.rb b/app/models/changeset.rb index 070314e7f..dc6c0e014 100644 --- a/app/models/changeset.rb +++ b/app/models/changeset.rb @@ -47,6 +47,10 @@ class Changeset < ActiveRecord::Base return cs end + def tags_as_hash + return tags + end + def tags unless @tags @tags = {}