[Rails] Re: undefined method `table_name' for REXML::Comment:Class

2008-09-29 Thread Neetin Kumar
Frederick Cheung wrote: > On Sep 26, 5:51�pm, Neetin Kumar <[EMAIL PROTECTED]> > wrote: >> i am using rexml and try to find id from Comment table i got the error >> > > Rexml's Comment class is shadowing your own. Either don't include > REXML in the model that is doing this processing (so you'll

[Rails] Re: undefined method `table_name' for REXML::Comment:Class

2008-09-26 Thread Frederick Cheung
On Sep 26, 5:51 pm, Neetin Kumar <[EMAIL PROTECTED]> wrote: > i am using rexml and try to find id from Comment table i got the error > Rexml's Comment class is shadowing your own. Either don't include REXML in the model that is doing this processing (so you'll need to prefix rexml classes with