Displaying 1 result from an estimated 1 matches for "recipes_recipes3".
Did you mean:
recipes_recipes
2006 Jan 19
5
Multiple HABTM relationships with self ???
...ID", :association_foreign_key => "R_ID2"
has_and_belongs_to_many :recipes2, :join_table =>
"recipes_recipes2", :foreign_key => "R_ID", :association_foreign_key =>
"R_ID2"
has_and_belongs_to_many :recipes3, :join_table =>
"recipes_recipes3", :foreign_key => "R_ID", :association_foreign_key =>
"R_ID2"
end
Thanks!
--
Posted via http://www.ruby-forum.com/.