X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/98bfaace9aeba7fb387596cc16b2e661506173c6..1ddcfca371825a12b53cacf99f8e7c2154b9ecb5:/app/models/old_way.rb diff --git a/app/models/old_way.rb b/app/models/old_way.rb index a55d3ed00..8577330c5 100644 --- a/app/models/old_way.rb +++ b/app/models/old_way.rb @@ -21,8 +21,6 @@ # class OldWay < ApplicationRecord - include ConsistencyValidations - self.table_name = "ways" # NOTE: this needs to be included after the table name changes, or