MySql Errors On .save

That sql just looks wrong. What columns exist on the table. Are you passing any extra options into find ?

Fred

I've looked at the source and this is just a bug in rails. It's just not expecting a table with no attributes other than the primary key.

Fred