On Thu, Nov 18, 2010 at 9:50 PM, Me <[email protected]> wrote: > Howdy, I have a couple questions on the best way to model things in > rails. > > 1. How to model a table so an admin person can selectively turn on/ >
Use acts as paranoid plugin. > off hard/soft deletes from a table at a table level? > 2. Model a parent/child relationship that can go infinitely deep. > specifically equipment, parent => child => child => child .... > > Use acts as tree plugin > -- > 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]<rubyonrails-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- Cheers, Bala RoR Developer Now Available for Hire -- 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.

