]> git.openstreetmap.org Git - rails.git/commit
api06: Move version-checking into the models, raising an exception on mismatch
authorGabriel Ebner <gabriel@svn.openstreetmap.org>
Mon, 12 May 2008 21:05:11 +0000 (21:05 +0000)
committerGabriel Ebner <gabriel@svn.openstreetmap.org>
Mon, 12 May 2008 21:05:11 +0000 (21:05 +0000)
commit86b4d1bc2c05a68053c7485217144a7fcf8ef4e8
tree0548051101abf261263ae798e16c882983ae9bd3
parentec916b7429ec04731eb5c533c55915f627c9aa38
api06: Move version-checking into the models, raising an exception on mismatch
(still not implemented for delete requests though.)
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