search for: visiting_address

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

2006 May 23
0
Initializing aggregated structures
I have a model, Vendor, which belongs_to :account, :visiting_address. (1..1 for both) Now, to ''prevent redundancy''/inconsistencies, the Vendor model doesn''t have a name attribute, but instead stores it''s name in account.name. (Should probably be the other way around, but that''s messier) My controller goes something like...