X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dbe165bbb3d6eda37d9579f1ac767599f9055607..67e77fd20e2b75e353cc26d3f3b79e7e789be49c:/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 = {}