Displaying 1 result from an estimated 1 matches for "msn_lifestyles_feeds_recip".
Did you mean:
msn_lifestyles_feeds_recipes
2007 Oct 11
1
HABTM and has_many through only work in one direction
I have two models that have a habtm relationship and it only seems to
be working in one direction.
The two models are "recipe" and "msn_lifestyles_feed" with a join
table called "msn_lifestyles_feeds_recipes"
the tables for msn_lifestyles_feed and msn_lifestyles_feeds_recipes
are in the same database and the recipe table is in a completely
different database.
When I create a recipe object, it works fine and I can see all the
feeds that it''s a part of but when I create a feed object an...