On 18 Jan 2009, at 22:33, Joshua Partogi wrote:
>
> Dear all,
>
> I am currently confused with defining model in Rails that has two
> has_many relationship.
>
> I have a model that is called Category, and this model will be used by
> two model which is Product and Blog.
>
> Would this definition make sense in rails ?
>
> Category
> has_many :product
> has_many :blog
>
has_many indicates a plural ie it should be has_many :products.
Other than that from a pure rails point of view it makes sense but I
can''t tell if what that expresses corresponds to what you want.
Fred> Product
> belongs_to :category
>
> Blog
> belongs_to :category
>
> Or is there a better way to do it in Rails?
>
> Thanks for the hint.
>
> --
> Not by might nor by power, but by His Spirit.
>
> Read my blog: http://joshuajava.wordpress.com/
> Follow me on twitter: http://twitter.com/jpartogi
>
> >
--~--~---------~--~----~------------~-------~--~----~
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---