Displaying 2 results from an estimated 2 matches for "people_physical_address".
Did you mean:
people_physical_addresses
2006 Jun 26
2
n-way has_mant :through
...resses, and
PhoneNumbers, and multiple people can share the same PhysicalAddress,
EmailAddress, or PhoneNumber.
I need to track the types of associations (i.e. home, work, cell, etc)
for each, so habtm definitely won''t cut it.
Do I need to setup separate join tables for each association
(people_physical_addresses, people_phone_numbers, etc), or should I
have a ''contacts'' (for lack of a better name at the moment) table with
several columns for person_id, physical_address_id, phone_number_id,
email_address_id, & contact_type. Or should I do something else entirely?
Thanks!
2006 Jun 23
3
form_remote_tag is not passing form params
I''ve searched and searched and searched again, and I cannot find any
help with this problem. There''s an identical problem on this forum, but
it was never resolved. I''ll try to re-open the subject with a bit more
information.
Problem: The form_remote_tag() method in my "list" view is not passing
the params[] hash of the values stored within my form.