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