On Thu, Nov 11, 2010 at 1:05 PM, Dani Dani <[email protected]> wrote: > Marnen Laibow-Koser wrote in post #960765: >> >> Associate each record with a company. >> >>> > Thank you Marnen. So it means each record should have an extra field to > associate a record with a certain company. I had this also in mind, but > I thought there are other better ways than this. > > Any more Ideas ?
That's really the only sane way of doing things. If you're thinking about modeling data in a database hot-dogging without putting your data into a normal-form should be done with a really, really good reason (and most times not even then). Cheers, Brian > Dani > > -- > 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. > > -- 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.

