X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dbe165bbb3d6eda37d9579f1ac767599f9055607..2d6fb571dc55b2e2970697f19d414add390bcc41:/app/models/changeset.rb diff --git a/app/models/changeset.rb b/app/models/changeset.rb index cede7daa1..bf939e425 100644 --- a/app/models/changeset.rb +++ b/app/models/changeset.rb @@ -120,10 +120,6 @@ class Changeset < ActiveRecord::Base self.num_changes += elements end - def tags_as_hash - tags - end - def tags unless @tags @tags = {}