search for: differentth

Displaying 1 result from an estimated 1 matches for "differentth".

Did you mean: differentt
2007 Nov 01
4
MySql Errors On .save
Hi All, I am a real neophyte with Rails and am struggling with something. I hope you can point me in the right direction. I have a model of an object that class Thing< ActiveRecord::Base attr_accessor :locator_id has_one :otherthing has_one :differentthing end I can create and delete these things until the cows come home. However, trying to change the data and save/update I get a rendered SQL error in the form: ActionView::TemplateError (Mysql::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server ve...