]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_relation.rb
moving the check consistency to it's own file so that checks will be able to be loade...
[rails.git] / app / models / old_relation.rb
index 10c76a758cc4561dfbf2babb89bc0f9f4358dd21..3a7cc29b2b95b80cb12c9662876f636d6d63e895 100644 (file)
@@ -1,4 +1,6 @@
 class OldRelation < ActiveRecord::Base
+  include ConsistencyValidations
+  
   set_table_name 'relations'
 
   belongs_to :changeset