From: Matt Amos Date: Sun, 29 Mar 2009 02:14:40 +0000 (+0000) Subject: Fixed a problem where rails was setting the ID column to null, which violates the... X-Git-Tag: live~7740^2~41 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/18633b7c9e66a7f25dafa68c7bc2d90885a61789?hp=18633b7c9e66a7f25dafa68c7bc2d90885a61789 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. ---