]> git.openstreetmap.org Git - rails.git/commit
Fixed a problem where rails was setting the ID column to null, which violates the...
authorMatt Amos <zerebubuth@gmail.com>
Sun, 29 Mar 2009 02:14:40 +0000 (02:14 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Sun, 29 Mar 2009 02:14:40 +0000 (02:14 +0000)
commit18633b7c9e66a7f25dafa68c7bc2d90885a61789
tree608a90cbd6ccc16284fd4065e9507e180200a32d
parentafcb345014d98914cd4f5d6b14ca2e30feac194c
Fixed a problem where rails was setting the ID column to null, which violates the not-null constraint. Also fixed possible typo in AMF controller.
app/controllers/amf_controller.rb
app/models/node.rb