]> git.openstreetmap.org Git - rails.git/commit
dont eager load tags (false primary key fucks all sorts of things up) and move delete...
authorSteve Coast <steve@asklater.com>
Fri, 25 Jan 2008 14:32:45 +0000 (14:32 +0000)
committerSteve Coast <steve@asklater.com>
Fri, 25 Jan 2008 14:32:45 +0000 (14:32 +0000)
commitbbd769304cf29bbd9574fd3c7167feb7d5d0aa17
tree865fed9ba289b83f5f2672f70e6f9dfb482f8270
parent2ce81773333d55fe366fd8a0bc754a23d909944e
dont eager load tags (false primary key fucks all sorts of things up) and move delete way logic to model so that amf_controller can use it (plan is to do this with all of the methods. sigh.)
app/controllers/amf_controller.rb
app/controllers/way_controller.rb
app/models/way.rb
app/models/way_tag.rb
lib/osm.rb