]> git.openstreetmap.org Git - rails.git/commit
Fixed bug #1816 - the timeout updating logic should have been in a before_save handle...
authorMatt Amos <zerebubuth@gmail.com>
Tue, 12 May 2009 13:54:37 +0000 (13:54 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Tue, 12 May 2009 13:54:37 +0000 (13:54 +0000)
commit1ceb4ab9ba10d97333414bf66ae2c9d553668903
tree38502e6531ee9f98a434d8ded444c8967cd1d495
parented68d524de0703685ff15f1ab574c61ec67e2c22
Fixed bug #1816 - the timeout updating logic should have been in a before_save handler, not in save_with_tags.
app/controllers/amf_controller.rb
app/models/changeset.rb
test/fixtures/changesets.yml
test/functional/amf_controller_test.rb
test/functional/changeset_controller_test.rb