> Is the fact that I have two different objects with the same name perhaps > causing problems? I would think this would be resolved by use of the > namespace -- err, excuse me, module -- syntax.
This was indeed the problem. I changed the name of the object Quote to Qquote, updated all references to it, and left the name of the Quote model as it is. It works now. -- 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 -~----------~----~----~----~------~----~------~--~---

