search for: property_st

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

Did you mean: property_id
2007 Jan 15
1
Using One Lookup Table for Multiple Model Properties
...d has both a contact "State" (as in Colorado, Arkansas, etc.) and a "Property State" where the house he''s looking to refinance is located. Both of these should obviously be objects of the type "state". I''m running into trouble trying to put both the property_state_id and state_id in the object. Do I need to create a second model for PropertyState and just point it at the same database table? That seems a little messy when PropertyState and State are both basically State objects. I hope this is clear (as mud probably). Thanks in advance. Justin --~--...