X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/92feab9112e64b8aab280cb90d5a5fef75646e3b..2c67c079ac39cefd3b096524fc0b7364b0eb21d7:/app/models/way.rb diff --git a/app/models/way.rb b/app/models/way.rb index adf8b928f..9bd792ddc 100644 --- a/app/models/way.rb +++ b/app/models/way.rb @@ -2,6 +2,7 @@ class Way < ActiveRecord::Base require 'xml/libxml' include ConsistencyValidations + include NotRedactable self.table_name = "current_ways"