Displaying 1 result from an estimated 1 matches for "photo_dev".
2006 Jan 22
5
has_one not working as expected?
...imple database schema to model my extensive collection of
photographic material, including equipment, negatives, photographs,
etc. I''m running into an issue with using belongs_to/has_one methods.
Read on for an explanation....
I have two postgres database tables, defined as follows:
photo_dev=> \d manufacturers
Table "public.manufacturers"
Column | Type |
Modifiers
--------+------------------------+---------------------------------------------------------------
id...