]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/node.rb
moving the check consistency to it's own file so that checks will be able to be loade...
[rails.git] / app / models / node.rb
index 39e1228acf80c8dd41f6d2c4be520c80be736637..e7058a5adee06268b22ff9ffd562d25cc9138c56 100644 (file)
@@ -2,6 +2,7 @@ class Node < ActiveRecord::Base
   require 'xml/libxml'
 
   include GeoRecord
   require 'xml/libxml'
 
   include GeoRecord
+  include ConsistencyValidations
 
   set_table_name 'current_nodes'
 
 
   set_table_name 'current_nodes'