[Rails] Re: ArgumentError on model create statement

2009-02-21 Thread Craig Jolicoeur
Thanks, but the plugins aren't an issue. I found the problem. I should have included my model attributes as well from the DB. I had a DB column called "callback" which interfered with built-in AR functionality. Frederick Cheung wrote: > On 21 Feb 2009, at 00:08, Craig Jolicoeur wrote: > >> >

[Rails] Re: ArgumentError on model create statement

2009-02-21 Thread Frederick Cheung
On 21 Feb 2009, at 00:08, Craig Jolicoeur wrote: > > I have a rails app model that I'm getting a strange error that is just > baffling me. I've stripped everything out of my model down to the > basics and still get the error. > > So, here is the current model: > > > class Metric < ActiveRecord: