Displaying 2 results from an estimated 2 matches for "physicaladdresses".
Did you mean:
physicaladdress
2006 Jun 26
2
n-way has_mant :through
...'m trying to setup some mildly complex associations for a project we''re
working on and can''t seem to find much documentation on n-way has_many
:through associations.
I have the following models: Person, PhysicalAddress, EmailAddress,
PhoneNumber.
Each person can have multiple PhysicalAddresses, EmailAddresses, 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 ass...
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.