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