]> git.openstreetmap.org Git - rails.git/commit
Validations on the way tags, with unit tests
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Tue, 18 Nov 2008 16:21:32 +0000 (16:21 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Tue, 18 Nov 2008 16:21:32 +0000 (16:21 +0000)
commit96dfe22fb006ec421f6b0bf42ca71f365b1a1e95
tree89fbdc60f3f0755f549b22dc1c316466ae8cf1f0
parent18186794165f47df4c8be61405fd30ac07cb2a53
Validations on the way tags, with unit tests
app/models/node_tag.rb
app/models/old_node_tag.rb
app/models/old_way_tag.rb
app/models/way_tag.rb
test/unit/node_tag_test.rb
test/unit/old_way_tag_test.rb [new file with mode: 0644]
test/unit/way_tag_test.rb