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 need to > prefix rexml classes with REXML::) or replace Comment with ::Comment > > Fred
thank's a lot it solved my problem -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

