X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5761371a561f785e17e5403cd47f76ecd3604eff..baea8dc10eb0399e37850cc5ab857f392f780f1f:/app/models/way.rb?ds=sidebyside diff --git a/app/models/way.rb b/app/models/way.rb index 7bb82b281..724965ddf 100644 --- a/app/models/way.rb +++ b/app/models/way.rb @@ -22,7 +22,6 @@ class Way < ApplicationRecord include ConsistencyValidations include NotRedactable - include ObjectMetadata self.table_name = "current_ways"