Best unofficial Apache Server developers community |
|
so i had the following associations...
after realizing referencing associations would better suit my needs, the associations became...
and now when i run my Factory Girl factories...
the products and pressings are associated together properly, but the pressings and variations are not, even though the variations are being created. the oddity can be seen in the following commands...
you can see that i start with an existing pressing... work my way up to the product, and then back down to view all variations... but the count is 0. how can this be?
posted via StackOverflow
|
|
 
|
so i discovered that removing :class_name solved the problem (i think. still doing testing)
to:
i was using class_name just fine with embedded_in. can it not be used with referenced_in? |