]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/relation.rb
moving the check consistency to it's own file so that checks will be able to be loade...
[rails.git] / app / models / relation.rb
index c8ee89d374aa63a69a282dd1d2806c0ea1ee1090..081c44b25d13cc45e1fc0172bfda0411558bc90e 100644 (file)
@@ -1,6 +1,8 @@
 class Relation < ActiveRecord::Base
   require 'xml/libxml'
   
+  include ConsistencyValidations
+  
   set_table_name 'current_relations'
 
   belongs_to :changeset