]> git.openstreetmap.org Git - rails.git/commit
Fixed up delete methods on nodes, ways and relations to return the new version number...
authorMatt Amos <zerebubuth@gmail.com>
Tue, 14 Oct 2008 14:27:12 +0000 (14:27 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Tue, 14 Oct 2008 14:27:12 +0000 (14:27 +0000)
commitb56f57ec43dfefa4171dc0cefe26d9e75d4ca2bc
treefda7156454736515b5f73658e8268d5c4e93c397
parent2c16177174d276335babcca5439cd4e97af62ffa
Fixed up delete methods on nodes, ways and relations to return the new version number and added some more tests.
app/controllers/node_controller.rb
app/controllers/relation_controller.rb
app/controllers/way_controller.rb
app/models/node.rb
app/models/relation.rb
app/models/way.rb
lib/osm.rb
test/functional/node_controller_test.rb
test/functional/relation_controller_test.rb
test/functional/way_controller_test.rb