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