search for: provworkatdept

Displaying 1 result from an estimated 1 matches for "provworkatdept".

2004 Nov 30
1
RE: question about rails regarding handling more than onetable in one view
Hi, Jarkko: Thanks for the quick reply. I understand I can use ActiveRecord to specify the relation between the table as you have suggested, The part that I have trouble to understand is 1. Since I have a third table ProvWorkAtDept, do I need to specify this table somewhere when I define Provider or Dept? 2. If the provider view has both the provider name and several depts the provider works on, how that data will be handled by the Provider model or controller, Do I need write code in Provider model (or the controller) to c...