]> git.openstreetmap.org Git - rails.git/commit
moving the check consistency to it's own file so that checks will be able to be loade...
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Mon, 13 Oct 2008 14:34:04 +0000 (14:34 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Mon, 13 Oct 2008 14:34:04 +0000 (14:34 +0000)
commitb91b514cf22f04910c83b6dcc254908ed37d7413
tree74e66ceb97235fe883bbd7baf91fd024d7745c45
parent2d373c6f2095e11fe8a426cbafc350eb47864868
moving the check consistency to it's own file so that checks will be able to be loaded into the way and relation models, without loading the node stuff.
app/models/node.rb
app/models/old_node.rb
app/models/old_relation.rb
app/models/old_way.rb
app/models/relation.rb
app/models/way.rb
lib/consistency_validations.rb [new file with mode: 0644]
lib/geo_record.rb