]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/node.rb
Fixed fixture after adding link from redaction to user
[rails.git] / app / models / node.rb
index 53787245916d5c60bca1e16060e17cd0183791e2..0953241d91f2767030f452f5caafac73c193a4ff 100644 (file)
@@ -3,6 +3,7 @@ class Node < ActiveRecord::Base
 
   include GeoRecord
   include ConsistencyValidations
+  include NotRedactable
 
   self.table_name = "current_nodes"