X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1d4a957c7941a8d82c5c529017de61d71067ccca..a8eb3a6ada2fafe77deba8456b61811b162e5faa:/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 = {}