]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/way.rb
moving the check consistency to it's own file so that checks will be able to be loade...
[rails.git] / app / models / way.rb
index 05b412b299f888bfab09026bed4b89d0414c3cb4..6a5ad58ab9635d36279acba547bbe1618815a9ed 100644 (file)
@@ -1,5 +1,7 @@
 class Way < ActiveRecord::Base
   require 'xml/libxml'
+  
+  include ConsistencyValidations
 
   set_table_name 'current_ways'