X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/53817fa9e8d955df0891d156f21b7269b4ed08fc..26f6fdf82c93b0fd3198bb8929d5f20a4723bfe8:/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