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

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

Hi, in the original e-mail you said that you were receiving an error message
in regards to
SQLite3.  OK, if you have classa and classb, you should have created the
following
databases:

classas
classbs

If this isn't the case, you'll need to create the databases.

-Conrad

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