Conrad Taylor wrote:
> On Sat, Feb 28, 2009 at 5:16 AM, Joe Canares <
> [email protected]> wrote:

> Hi, Class_* do not represent valid model names in Rails in the default 
> case.
Thanks for the reply,

Actually i picked bad names for my example, lets say my classes are 
named classa, classb and classc.

In classa-model i have:

has_many :classcs

classb-model:

has_many :classcs

classc-model:

belongs_to :classa
belongs_to :classb

-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to