views:

10

answers:

0

Not sure how to proceed on this.

I have a contacts Ruby on Rails application. One person, many contacts. I have created the master name and have the associated contacts. All that works fine. Now, I have another "has_many" table for master_name and what I'm not sure is how I should display that data entry portion. Do I just have another entry form underneath my contact entry form? That sounds ugly to me but I guess there's no other way. It's that or a bunch of popups for the entry or other pages for the entry.

I guess I'm looking for an example app where someone has a master table on the one side and several tables on the many side and how the data entry screen would look in the app. thanks.