X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c6587706e6f1a83d8bf2241ae64ccd57efddfd54..fea1b5b88de731dd35d1f79d36ec40a8e8a1f6af:/app/models/old_way.rb diff --git a/app/models/old_way.rb b/app/models/old_way.rb index 9acf8665d..7af8906b1 100644 --- a/app/models/old_way.rb +++ b/app/models/old_way.rb @@ -80,7 +80,7 @@ class OldWay < ApplicationRecord end def tags - @tags ||= old_tags.collect { |t| [t.k, t.v] }.to_h + @tags ||= old_tags.to_h { |t| [t.k, t.v] } end attr_writer :nds, :tags