X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1d4a957c7941a8d82c5c529017de61d71067ccca..32b280eb8dfd11d03646cb89c339d2b938f06a6e:/app/models/changeset.rb diff --git a/app/models/changeset.rb b/app/models/changeset.rb index 070314e7f..446ca351d 100644 --- a/app/models/changeset.rb +++ b/app/models/changeset.rb @@ -40,13 +40,16 @@ class Changeset < ActiveRecord::Base end end rescue Exception => ex - print "noes "+ ex.to_s + "\n" cs = nil end return cs end + def tags_as_hash + return tags + end + def tags unless @tags @tags = {}